Monday, 5 June 2017

How to convert serverside date into local format using moment helper handlebars?

I need to convert date in "DD/MM/YYYY" format. currently I am having date as "1685-12-28T18:30:00.000Z" which is at server location. When I am using moment("2017-05-07T18:30:00.000Z") the result will be one day previous of current date. How to convert it in local format using moment helper handler?



via POM

No comments:

Post a Comment