hi
i have data coming back in my json.aspx page. the date comes back in this format 08012014T01:50
how do i change this format in angular js so it shows this format 08/01/2014 01:50 or 1 Aug 2014 01:50
im binding the data inside a table
Please refer this link
https://docs.angularjs.org/api/ng/filter/date
See this demo
http://jsfiddle.net/southerd/xG2t8/
http://plnkr.co/edit/DW1RjcTAotSAT03lPW2M?p=preview
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.