JavaScript: Date Formatter Library
Formatting a date into ISO standard in JavaScript can be a big hassle. I found this library to assist in formatting dates quickly. Usage: Use the format(‘isoDate’) function to format the date to ISO standard var date = new Date(); … Continued