Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- JavaScript API Reference
- EO.Web
- EO.Web
- Objects
- Global Functions
- Global Functions
- eo_Callback
- eo_CancelBubble
- eo_CancelEvent
- eo_DateToString
- eo_FormatString
- eo_GetContainer
- eo_GetEventPos
- eo_GetNavigatorEventInfo
- eo_GetObject
- eo_HideAllPopups
- eo_MsgBox
- eo_RegisterDragTarget
- eo_SetComboBoxValue
- eo_ShowContextMenu
- eo_ShowPopup
- eo_ShowPopupCalendar
- eo_StringToDate
- eo_TriggerServerEvent
- eo_UnregisterDragTarget
- Event Handlers
- EO.WebEngine
- EO.Web
eo_StringToDate Function |
Convert a string value to a date value in a culture neutral manner.
Syntax
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