Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(calendar): support safari to accept yyyy-mm-dd format
After implementing #1462, a pure given date in yyyy-mm-dd format did not work in safari anymore , because safari does not handle the internal converted date of yyyy-mm-dd 00:00:00 This PR now changes the dashes to slashes, so the internal result is yyyy/mm/dd 00:00:00, which is supported in every browser
- Loading branch information