>
> How can I setup a custom field validation and have if so that it can be
> blank, OR match my regular expression
>
> Currently I have: (?#YYYY-MM-DD HH:mm:ss)^[12]\d{3}-\d{2}-\d{2}
> \d{2}:\d{2}:\d{2}$
>
> Really what I guess what I think I'm looking for is
> /(^[12]\d{3}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}$|^$)/
>
--------
2011 Training: http://bestpractical.com/services/training.html

Reply via email to