getLocalizedTime( date ) method

Returns a localized representation of the given Date object.

Queries the platform OS for a locale- formatted time string.

Syntax

<static> getLocalizedTime( date )

Parameters

Name Type Description
date Date Date to be localized, initialized to some valid time.

Example

var sT = hwc.getLocalizedTime( date );

Source

Timezone.js, line 162.