I want to convert datetime format from 2015-03-17T06:14:49.2295964Z
to
17/03/2015 06:15 AM
via jquery or JavaScript.
Can you please help me understand this first format?
I have a controller method which returns datetime to ajax call i want to display this in 17/03/2015 06:15 AM
format but it is in 2015-03-17T06:14:49.2295964Z
format.
How can i convert it? Any help will be appreciated.Thanks.