Date picker
Click me to open the date picker:
{{dateValue| date: "yyyy-MM-dd"}}
Monday as the first day of the week:
{{dateValue| date: "yyyy-MM-dd"}}
Time picker
Basic time picker:
{{timeValue| date: "H:mm"}}
With seconds:
{{timeValue| date: "H:mm:ss"}}
12-hour clock:
{{timeValue| date: "h:mm a"}}
Combined:
{{timeValue| date: "h:mm:ss a"}}
Datetime picker
Basic datetime picker:
{{datetimeValue| date: "yyyy-MM-dd H:mm"}}
With seconds and 12-hour clock:
{{datetimeValue| date: "yyyy-MM-dd h:mm:ss a"}}
Monday as the first day:
{{datetimeValue| date: "yyyy-MM-dd H:mm"}}
Everything together:
{{datetimeValue| date: "yyyy-MM-dd h:mm:ss a"}}