jquery - Convert string "04/09/2013" MM/DD/YYY to Date Format in JavaScript -


this question has answer here:

i want convert "04/09/2013" date can compare start date , end date like, if (stardate < enddate) { //do } else {}. want convert mm/dd/yyyy format.

it's difficult work dates in javascript. highly recommend use moment.js library

http://momentjs.com/


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -