I have a text box on my form that needs to be in the following format (the leading 0 is not required for mm or dd)
mm/dd/yyyy hh:mm
The hh:mm is optional, but if they put a time value in, it should be in that format.
Can someone provide me with a function I can call onblur of the textbox that will provide this validation?
Thanks
mm/dd/yyyy hh:mm
The hh:mm is optional, but if they put a time value in, it should be in that format.
Can someone provide me with a function I can call onblur of the textbox that will provide this validation?
Thanks