如何使用格式化日期

发布于 2024-10-13 07:07:32 字数 208 浏览 4 评论 0原文

我在完整的日历文档中找到了这一点:

$.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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

千秋岁 2024-10-20 07:07:32

试试这个:

var myFormattedDate = $.fullCalendar.formatDate(myDate, "dd-MM-yyyy");

Try this:

var myFormattedDate = $.fullCalendar.formatDate(myDate, "dd-MM-yyyy");
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文