Returns a localized representation of the given Date object.
Queries the platform OS for a locale- formatted date/time string.
<static> getLocalizedDateTime( date ) → {String}
Name | Type | Description |
date | Date | Date to be localized, initialized to some valid time. |
Returns a localized date/time string, or undefined if platform is unsupported.
[/reference/refbody/section/sectiondiv {""})Type:
String
(sectiondiv]var sDT = hwc.getLocalizedDateTime( date );