Hi, i have a date/time text field which i submit to another page to use in an sql query.. i need to validate what is entered so it can be submited.
Example of entered date/time 02/05/2006 15:23
This is.. dd/mm/yyyy hh:nn
Need some way of checking that what is typed in matches the imput mask below...
dd = 01 to 31
mm = 01 - 12
yyyy = 2000 - 2010
hh = 00 - 23
nn = 00 - 59
Please can anyone help?
Regards,
SHawkz
Example of entered date/time 02/05/2006 15:23
This is.. dd/mm/yyyy hh:nn
Need some way of checking that what is typed in matches the imput mask below...
dd = 01 to 31
mm = 01 - 12
yyyy = 2000 - 2010
hh = 00 - 23
nn = 00 - 59
Please can anyone help?
Regards,
SHawkz