Localizes a string potentially containing numbers, replacing ASCII digits
with native digits if specified so by the locale. Leaves other characters.
|
code » | ||
![]()
Validates is the goog.date.DateLike object to format has a time.
DateLike means Date|goog.date.Date, and goog.date.DateTime inherits
from goog.date.Date. But goog.date.Date does not have time related
members (getHours, getMinutes, getSeconds).
Formatting can be done, if there are no time placeholders in the pattern.
Arguments:
|
code » |