如何使用格式化日期
我在完整的日历文档中找到了这一点:
$.fullCalendar.formatDate( date, formatString [, options ] ) -> String
我想要的日期格式是dd-MM-yyyy
。
有人可以告诉我如何正确编写这段代码吗?
谢谢 :)
i found this in full calendar documentation:
$.fullCalendar.formatDate( date, formatString [, options ] ) -> String
the format i want my date in is dd-MM-yyyy
.
can someone tell me how to correctly write this piece of code?
thanks :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个:
Try this:
'formatString' 的格式概述 @ http://arshaw.com/fullcalendar/docs/utilities/formatDate /。
Format of 'formatString' outlined @ http://arshaw.com/fullcalendar/docs/utilities/formatDate/.