如何缩短 telescope 应用程序中的日期?

How to shorten date in telescope app?

我正在使用 telescope 应用程序。目前在我的 post 标题模板中,我使用 scheduledAt 来显示事件发生的日期。我想将日期缩短到 2015 年 5 月 7 日星期四,但我真的不知道该怎么做。

在 Telescope 中,有一个名为 formatDate 的助手专门为此目的而设计,只需在您的模板中这样调用它即可:

{{formatDate scheduledAt "ddd MMMM DD YYYY"}}

在后台,它使用 momentjs 来显示日期对象。

http://momentjs.com/docs/#/displaying/