Convert from one date format to another in javascript -


this question has answer here:

i want convert date 16:07:19 format july 19, 2016 in javascript. should implement complete functionality or have readily available thing use in javascript same? kindly help. in advance!

you use moment.js

than instance

moment('2016-01-01').format('mm/dd/yyyy'); 

Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -