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