Skip to content
jdubs edited this page Oct 23, 2016 · 1 revision

Overview

Requires the entered value be a valid date representation according the JavaScript object reference. This validation uses the JavaScript Date object function "parse". You can read about this method here: http://www.w3schools.com/jsref/jsref_parse.asp Please note that the parse method is very lenient and may allow poorly formatted dates to be entered. If you need stricter control you should use the custom validator.

Parameters

( options ) Includes all optional properties applied to all validators

Example

[[Date]]
spec['Date'].date();

Clone this wiki locally