wish2bflying
New Member
- Joined
- Oct 18, 2004
- Messages
- 30
I'm getting "The value you entered isn't valid for this field" when trying to set up a date input field on a form that I want people to be able to just enter the numbers as they would normally write them, e.g. 151400KAPR11 (the "K" is the timezone), and have the database store it normally and display it as it's been entered.
I've tried using the Format
ddhhnn\Kmmmyy
by itself, and the Input Mask
!000000\K>LLL00;0;_
by itself, and also both together, but I can't seem to make this work.
Using the Input Mask by itself brings up the spaces and the "K" properly, but it just won't accept the values. If I take out the input mask and just use the Format string, I have to enter the data in a "standard" format, like "15 apr 11 2:24pm", and then it will display it as I want it to (unfortunately without the month in all caps, but that's a problem for another day).
Ideas?
Feel free to simply point me to a website that might deal with this problem. I've done a fair bit of Googling but haven't found anything that has helped.
I've tried using the Format
ddhhnn\Kmmmyy
by itself, and the Input Mask
!000000\K>LLL00;0;_
by itself, and also both together, but I can't seem to make this work.
Using the Input Mask by itself brings up the spaces and the "K" properly, but it just won't accept the values. If I take out the input mask and just use the Format string, I have to enter the data in a "standard" format, like "15 apr 11 2:24pm", and then it will display it as I want it to (unfortunately without the month in all caps, but that's a problem for another day).
Ideas?
Feel free to simply point me to a website that might deal with this problem. I've done a fair bit of Googling but haven't found anything that has helped.