Date.parseInvariant Function
Creates a date from a string by using the invariant culture. This function is static and can be invoked without creating an instance of the object.
var a = Date.parseInvariant(value, formats);
Use the parseInvariant function to create an object of type Date from a string. The EnableScriptGlobalization property of the ScriptManager control has no effect on this function.
Show: