We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Just wanted to document that dates should be entered in a certain format and not converted to JS Date objects. Example below
new Date("3/12/13") (fail) 03/12/2013 (fail) 2013.03.12 (fail) 20130312 (fail) 03122013 (pass)