标签: date datepicker
想要使用tinyDatePicker显示“MM-YYYYY”日期格式。它们具有timeFormatAttribute属性来设置格式,但它不能按预期工作。
timeFormatAttribute
tiny datepick
我使用以下代码来格式化日期,但不会改变。
new DatePicker('.datepicker-fca', { timeFormatAttribute:'MM-YYYY' });
答案 0 :(得分:0)
timeFormatAttribute 应为属性名称。不直接格式化('MM-YYYY'如何使用它)。请参阅here。
如何使用它你可以看到here。
... timeFormat: '', timeFormatAttribute:'data-timeformat', doAMPM: false, ...