In forms, I have two inputs for the date, StartDate input and input end date. I also have a date picker installed,
$("#StartDate").datepicker();
datepicker formats it like this: 02/27/2013, which I don't like, but good.
I would like to parse the date before putting it in a serialized array. Is this a good aproach, and if so, how can I do it?
How to fulfill this end date inut more than Start That, and not allow sending oppsoite file
source
share