如何使用 momentjs 和 angularjs 将日期转换为星期几
how to convert date to day of week using momentjs and angularjs
我的 json 中有这种格式的日期
“2015 年 2 月 26 日 00:00:00”,我想将其转换为星期几,即星期二
使用 momentjs 这似乎很简单,但我的问题是如何在 html 与
我的 json 中有这种格式的日期 “2015 年 2 月 26 日 00:00:00”,我想将其转换为星期几,即星期二 使用 momentjs 这似乎很简单,但我的问题是如何在 html 与