Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

eo_StringToDateĀ FunctionĀ 

Convert a string value to a date value in a culture neutral manner.

[JavaScript]
function eo_StringToDate(s)

Parameters

s
A string value previously returned by Calendar.DateToString or eo_DateToString.

Return Value

The date represented by s.

Remarks

This function is the client side equivalent of Calendar.StringToDate. Use this function and DateToString/eo_DateToString to ensure the date value is not affected by the different cultures.

See Also

Global Functions


Direct link to this topic