0

I have a date in different format. And i wanted to show it in a different format. And i wanted to do it on client side. Is there any way to convert the format.

Date : 2013-07-30 16:12:13.0
Expected Format :Jul 30, 2013 4:12 PM
ap.singh
  • 1,150
  • 4
  • 15
  • 35

3 Answers3

3

You can use MomentJS, great for time formatting:

http://momentjs.com/

udidu
  • 8,269
  • 6
  • 48
  • 68
0

Also you can use jquery-dateFormat

0

Additionally to SO question that is pretty much duplication read this article: JavaScript Date Format

Community
  • 1
  • 1
Anatolii Gabuza
  • 6,184
  • 2
  • 36
  • 54