CherriFormatterTimeStampPattern class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- reversedLongDate → const String
-
Pattern:
MM/dd/yyyye.g:04/05/2022 - reversedLongDateTime → const String
-
Pattern:
dd-MM-yyyy HH:mm:sse.g:05-04-2022 12:34:56 - reversedLongSlashDateTime → const String
-
Pattern:
dd/MM/yyyy kk:mm:sse.g:05/04/2022 12:34:56 - standardFullDateTime → const String
-
Pattern:
MMM dd, yyyy - HH:mm:sse.g:Apr 05, 2022 - 12:34:56 - standardLongDate → const String
-
Pattern:
yyyy-MM-dde.g:2022-04-05 - standardLongDateTime → const String
-
Pattern:
yyyy-MM-dd HH:mm:sse.g:2021-07-01 12:34:56 - standardLongSlashDateTime → const String
-
Pattern:
yyyy/MM/dd HH:mm:sse.g:2022/04/05 12:34:56 - standardLongTime → const String
-
Pattern:
HH:mm:sse.g:12:34:56