Home
last modified time | relevance | path

Searched +full:validation +full:exception +full:invalid +full:datetime +full:format +(+path:plugin +path:struct) -(+path:plugin +path:struct +path:lang) (Results 1 – 1 of 1) sorted by relevance

/plugin/struct/types/
H A DDateTime.php10 class DateTime extends Date class
13 'format' => '', // filled by constructor
20 * DateTime constructor.
30 $this->config['format'] = DateFormatConverter::toDate($conf['dformat']);
54 'type' => 'datetime-local', // HTML5 datetime picker
64 * This function needs to throw a validation exception when validation fails.
65 * The exception messag
[all...]