L10nDateExtension extension
Extension adding an ability to get DateTime formatted according to L10n.
- on
Properties
- e → String
-
Available on DateTime, provided by the L10nDateExtension extension
Returns this DateTime formatted as short weekday name.no setter - hm → String
-
Available on DateTime, provided by the L10nDateExtension extension
Returns this DateTime formatted inHm
format.no setter - short → String
-
Available on DateTime, provided by the L10nDateExtension extension
Returns short text representing this DateTime.no setter - yMd → String
-
Available on DateTime, provided by the L10nDateExtension extension
Returns this DateTime formatted inyMd
format.no setter - yMdHm → String
-
Available on DateTime, provided by the L10nDateExtension extension
Returns this DateTime formatted inyMdHm
format.no setter - yyMd → String
-
Available on DateTime, provided by the L10nDateExtension extension
Returns this DateTime formatted inyyMd
format.no setter
Methods
-
toRelative(
[DateTime? now]) → String -
Available on DateTime, provided by the L10nDateExtension extension
Returns relative tonow
text representation.