CherriFormatterTimeStampPattern class

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/yyyy e.g: 04/05/2022
reversedLongDateTime → const String
Pattern: dd-MM-yyyy HH:mm:ss e.g: 05-04-2022 12:34:56
reversedLongSlashDateTime → const String
Pattern: dd/MM/yyyy kk:mm:ss e.g: 05/04/2022 12:34:56
standardFullDateTime → const String
Pattern: MMM dd, yyyy - HH:mm:ss e.g: Apr 05, 2022 - 12:34:56
standardLongDate → const String
Pattern: yyyy-MM-dd e.g: 2022-04-05
standardLongDateTime → const String
Pattern: yyyy-MM-dd HH:mm:ss e.g: 2021-07-01 12:34:56
standardLongSlashDateTime → const String
Pattern: yyyy/MM/dd HH:mm:ss e.g: 2022/04/05 12:34:56
standardLongTime → const String
Pattern: HH:mm:ss e.g: 12:34:56