1
我有這個這個日期時間不正確格式化
<p am-time-ago="Thu Oct 15 21:53:55 IST 2015"></p>
它顯示 [$parse:syntax] Syntax Error: Token 'Oct' is an unexpected token at column 5 of the expression [Thu Oct 15 21:53:55 IST 2015] starting at [Oct 15 21:53:55 IST 2015].
2015-10-13T18:49:52.888Z
它顯示Token 'T18' is an unexpected token at column 11 of the expression [2015-10-13T18:49:52.888Z] starting at [T18:49:52.888Z].
我認爲這是一種錯誤在moment.js cos'timeago'插件解析'2015-10-13T18:49:52.888Z'格式 – manish
這是一種可能性,前者是由於(相對)最近的變化不贊成使用TZ縮寫格式的解析器(例如IST,CST)。 –