Highlighting with timestamp not working
未关闭
- 主要语言
- JavaScript
- 星标
- 7.6k
- 派生
- 981
- PR 合并指标
- 30 天内没有已合并 PR
描述
I am trying to achive that a give timestamp is highlighted. But when I pass the unix timestamp the calendar shows the correct month, but the day is not highlighted.
`calendarPicker.pickadate('picker').set('view', 1473026400);` - nothing happens
`calendarPicker.pickadate('picker').set('view', new Date(1473026400*1000));` - correct month but no day is highlighted
贡献指南
评估
这个 Issue 还没有评估数据。