We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a678a commit b8afb13Copy full SHA for b8afb13
README.md
@@ -67,6 +67,8 @@ For both date and time input:
67
| time | moment.js datetime object or a datetime string | none | no |
68
| datetime | moment.js datetime object or a datetime string | none | no |
69
| format | moment.js compatible date/time format | none | no |
70
+| min-date | moment.js datetime object min datetime | none | no |
71
+| max-date | moment.js datetime object max datetime | none | no |
72
| placeholder | Placeholder is shown when input object is undefined | none | no |
73
| on-change | Handler function that is fired on change of datetime object | none | no |
74
| css-class | custom css class name for datetime presentation | predefined | no |
0 commit comments