使用angularJS的时间格式

时间:2015-09-15 11:24:13

标签: angularjs

我在MySQL数据库中有time_from and time_to列。我用 angularJS 渲染数据。日期过滤器可以与 datetime数据类型一起正常工作,但它不会更改数据类型时间的格式。

appointment.time_slot.time_from | date:'shortTime'

使用时间数据类型的任何解决方案?

0 个答案:

没有答案