Using toLocaleFormat method in javascript, is it possible to format the date as monthname day, year Time for ex January 15, 2012 3:57 ? Any other possible ways to perfrom this task?
Using toLocaleFormat method in javascript, is it possible to format the date as monthname
Share
Using toLocaleFormat
As it is non-standard https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/toLocaleFormat, try other options.
Using moment.js you can: