Title: How can I set a validType for a datebox Post by: Stefan B. on January 12, 2015, 02:55:56 AM Is there a validate type or an rule to validate datebox manual entrys?
How can I write a default rule for an datebox to check the date format? Title: Re: How can I set a validType for a datebox Post by: jarry on January 12, 2015, 03:40:00 AM Please extend a validate type and apply it to the datebox component.
Code: <script> Title: Re: How can I set a validType for a datebox Post by: Stefan B. on January 12, 2015, 04:53:42 AM THX - this works. But for German date format i use now this code:
Code: defaultDateFormat: { This code always checked dates like the "30. February" or other not valid dates. I found that exsample on this site: http://snipplr.com/view/58062/ |