You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,9 @@ For both date and time input:
66
66
| date | moment.js datetime object or a datetime string | none | no |
67
67
| time | moment.js datetime object or a datetime string | none | no |
68
68
| datetime | moment.js datetime object or a datetime string | none | no |
69
-
| format | moment.js compatible date/time format | none | no |
69
+
| format |[moment.js compatible date/time format](https://momentjs.com/docs/#/displaying/format/) used for parsing initial datetime objects | none | no |
70
+
| date-format |[moment.js compatible date format](https://momentjs.com/docs/#/displaying/format/) used for display in date and datetime input directives | 'DD MMMM YYYY' | no |
71
+
| time-format |[moment.js compatible time format](https://momentjs.com/docs/#/displaying/format/) used for display in time and datetime input directives | 'HH : mm : ss' | no |
70
72
| min-date | moment.js datetime object min datetime | none | no |
71
73
| max-date | moment.js datetime object max datetime | none | no |
0 commit comments