Forum Moderators: open
I'm thinking of making a box to input a Date (that will eventually be written to a SQL Database....
Is it possible to format a text box so that:
a) only numbers are accepted, and also within range(1-31 and 1-12)
b)to make it so that theres permanent slashes displayed (so the user sees a text box with 17/01/2008, but can click on say 17 and change it without affecting the rest.)
Maybe 3 text boxes, and on submit it concatenates the numbers with / or - as a divider.. is that possible?
Also how to make the default value todays date
Thanks