mdehoog / Semantic-UI-Calendar

Calendar module for Semantic UI
MIT License
805 stars 127 forks source link

is "initialDate" not work? #88

Closed webjohnjiang closed 7 years ago

webjohnjiang commented 7 years ago

when i call $().calendar({}), i set the initialDate, but i find it not work.

but , when i set the html tag <input value="5/25/2015">, it works. Same as here: https://codepen.io/SaadRegal/pen/ZOABQr

is the initialDate not work ?

webjohnjiang commented 7 years ago

sorry, i close this issue, it is the problem of my code.