mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
format date helper
This commit is contained in:
parent
65fbb6322b
commit
3faecc4035
@ -6,7 +6,9 @@
|
||||
<label class="pull-left" for="dateChoices_{{ id }}">
|
||||
{{ 'dates.element' | translate }} {{ id + 1 }}
|
||||
</label>
|
||||
<span class="format-helper pull-right">{{ 'dates.format_helper' | translate }}</span>
|
||||
<p class="format-helper pull-right" id="format-date-{{ id }}">
|
||||
{{ 'dates.format_helper' | translate }}
|
||||
</p>
|
||||
<input
|
||||
[ngModel]="choice.date_object | date: 'yyyy-MM-dd'"
|
||||
(ngModelChange)="convertDateInput($event, id)"
|
||||
|
Loading…
Reference in New Issue
Block a user