javascript - Change date format in java script -


this question has answer here:

i have date in different format. , wanted show in different format. , wanted on client side. there way convert format.

date : 2013-07-30 16:12:13.0 expected format :jul 30, 2013 4:12 pm 

you can use momentjs, great time formatting:

http://momentjs.com/


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -