Is there a way in Jquery to make the date as standard format (mm/dd/yyyy) no matter how the date is being specified in the text box?
If the user enters 1/1/12 or 01/1/12 or 01/01/12 it should become 01/01/2012. Is there any plugin available to do this since on blur we got to make sure that it is a valid date too (13/12/12 or 1/32/12 or 2/29/2011(leap yr)).