RtBaseline_WSDateTime2JS
The RtBaseline_WSDateTime2JS method/function converts the XML DateTime DateTime passed in the input field, to the JavaScript representation, in order to be consumed by JavaScript applets or AJAX scripts. This function should only be used for Microsoft AJAX or client/asynchronous integration.
Web Method Synopsis (C# Syntax)
public string RtBaseline\_WSDateTime2JS(string sSourceDate);
Output Result
STRING ® Localized (with timezone and daylight saving correction) Javascript representation of the passed ASP.NET DateTime. The function takes into account for the regional and language settings of the running user. JavaScript format: YYYY-MM-DDTHH:mm:ss
Input Parameters
sSourceDate (STRING) ® The source date to be converted. ASP.NET XML format: \<format defined in the Windows control panel>