ILibDateFmt class
Methods
-
format(ILibDateOptions date)
→ String
-
Formats a particular date instance according to the settings of this formatter object
-
getClock()
→ int
-
Returns the default clock from the locale is returned instead.
"12" or "24" depending on whether this formatter uses the 12-hour or 24-hour clock
-
getMeridiemsRange()
→ List<MeridiemsInfo>
-
Return the range of possible meridiems (times of day like "AM" or "PM") in this date formatter.
-
getTemplate()
→ String
-
Return the template string that is used to format date/times for this formatter instance
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJsonString()
→ String
-
A string representation of parameters to call functions of iLib library properly
-
toString()
→ String
-
A string representation of this object.
inherited