Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用望远镜应用程序。目前在我的帖子标题模板中,我使用 scheduleAt 来显示事件发生的日期。我想将日期缩短到2015 年 5 月 7 日星期四,但我真的不知道该怎么做。
在 Telescope 中,有一个formatDate专门为此目的设计的助手,只需在模板中调用它,如下所示:
formatDate
{{formatDate scheduledAt "ddd MMMM DD YYYY"}}
在引擎盖下,它momentjs用于显示日期对象。
momentjs
http://momentjs.com/docs/#/displaying/