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