I have a javascript function in which I must put a date value in a variavle called start. on my asp page, i have a text field for month, one for day and one for year:
ie: user can enter 01 in the month box, 02 in the day box and 98 in the year box. the user the presses a button and the function will run.
I need this date to be in the format that iwll be accepted by Reporting Services...it would have to look something like 09/08/2006 12:00 AM
thanks
ie: user can enter 01 in the month box, 02 in the day box and 98 in the year box. the user the presses a button and the function will run.
I need this date to be in the format that iwll be accepted by Reporting Services...it would have to look something like 09/08/2006 12:00 AM
thanks