ILibDateFmt constructor
ILibDateFmt(
- ILibDateFmtOptions options
options Set the Options for formatting
Implementation
ILibDateFmt(ILibDateFmtOptions options) {
locale = options.locale;
type = options.type;
length = options.length;
date = options.date;
time = options.time;
calendar = options.calendar;
timezone = options.timezone;
clock = options.clock;
template = options.template;
meridiems = options.meridiems;
useNative = options.useNative;
//ILibJS.instance.loadILibLocaleData(locale);
}