janjansen
Newbie
Posts: 1
Registered: 1/5/2005
Member Is Offline
|
| posted on 1/5/2005 at 12:44 PM |
|
|
Date format
I want to allow "/" OR "-" as date separator and also 2 digit years like 31/12/03 or 31-12-2003 should both be Ok. How can I do
that?
|
|
|
tigra
Administrator
Posts: 1976
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 3/1/2005 at 12:58 AM |
|
|
you should define custom data format instead of using embedded one. Just create a regular expression that matches all acceptable formats and attach it
to the input field in validator's configuration.
|
|
|