ILibDateFmt class
Constructors
- ILibDateFmt.new(ILibDateFmtOptions options)
-
options
Set the Options for formatting
Properties
- calendar ↔ String?
-
getter/setter pair
- date ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- length ↔ String?
-
getter/setter pair
- locale ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- time ↔ String?
-
getter/setter pair
- timezone ↔ String?
-
getter/setter pair
- type ↔ String?
-
getter/setter pair
- useNative ↔ bool?
-
getter/setter pair
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
-
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited