I want to convert this date 16:07:19 to format as July 19, 2016 in javascript. Should i implement the complete functionality or do we have any readily available thing to use in javascript to do the same? Kindly help. Thanks in advance!
Asked
Active
Viewed 684 times
-5
-
There are several readily-available things for this. The flavor of the week is MomentJS. – T.J. Crowder Jul 19 '16 at 11:52
-
1There's really NOTHING on the internet to answer this already? – takendarkk Jul 19 '16 at 11:53
-
https://jsfiddle.net/nagesh521/g8kmhvnm/ – Nageshwar Reddy Pandem Jul 19 '16 at 12:25