Skip to content

Commit 7246bae

Browse files
authored
Update README.md
1 parent f8f72d7 commit 7246bae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ For both date and time input:
6666
| date | moment.js datetime object or a datetime string | none | no |
6767
| time | moment.js datetime object or a datetime string | none | no |
6868
| 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 |
7072
| min-date | moment.js datetime object min datetime | none | no |
7173
| max-date | moment.js datetime object max datetime | none | no |
7274
| hourStep | step size for hour input | 1 | no |

0 commit comments

Comments
 (0)