amsul / amsul/pickadate.js

Highlighting with timestamp not working

未关闭
#944 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。