Timezone
<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.
Type:
string
var sD = hwc.getLocalizedDate( date );