标签: angularjs wordpress wordpress-theming
我正在使用{{post.date}}进行Angular Wordpress主题并在帖子上显示日期。这将显示WP REST API中的日期,如2017-07-17T12:48:51。我希望将日期显示为2017年7月7日。我已尝试在常规设置日期格式中更改日期,但这不会影响日期的显示。
答案 0 :(得分:2)
使用如下过滤器:
{{post.date | date}}