Class type Goog.I18n.dateTimeParse
class type dateTimeParse = object..end
method parse :
Js.js_string Js.t -> Js.date Js.t -> int Js.opt -> int Js.meth
Parse the given string and fill info into date object. This version does
not validate the input.
Returns How many characters parser advanced.
method strictParse :
Js.js_string Js.t -> Js.date Js.t -> int Js.opt -> int Js.meth
Parse the given string and fill info into date object. This version will
validate the input and make sure it is a validate date/time.
Returns How many characters parser advanced.
