[desc]: Salut!
I have problems with cformsII. I declaire all fields but i have problems with the regular expressions. I have a birthday-field witch i want to requiere and i would like to check this field for un correct date-format. (dd.MM.yyyy). I define the field as 'textfield' because the 'date entry/Dialog is not practical for the birthday-date. And also i would like to constrain the input only for numbers.
Witch regular expression can i use. There are one list or another reference?
I'm curious, a birthday is a regular day, why wouldn't the datepicker dialog be a good solution?
The help page lists a few resources for regexp, I'm sure there are plenty for proper date validation. Have you checked those links already?
WEBchris - Guest
10:56 pm - January 21, 2008
3
the date-picker starts today (01/2008) and the birthday is for ex. 01/04/1965.And to achieve the 01/04/1965 you must past evrey month between today and this date. This takes very long. But it is working well!!
Thank you, now i have found the resources for Regexp and i also found my errors. I have take some whitespaces between '#' ,'|' and'^'. Without this whitespaces the form is running.