DateFormats class

Constructors

DateFormats()

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

FULL → const String
一些常用格式参照。如果下面格式不够,你可以自定义 格式要求
H_M → const String
H_M_S → const String
M_D → const String
M_D_H_M → const String
PARAM_FULL → const String
PARAM_M_D → const String
PARAM_M_D_H_M → const String
PARAM_Y_M → const String
PARAM_Y_M_D → const String
PARAM_Y_M_D_H_M → const String
Y_M → const String
Y_M_D → const String
Y_M_D_H_M → const String
ZH_FULL → const String
ZH_H_M → const String
ZH_H_M_S → const String
ZH_M_D → const String
ZH_M_D_H_M → const String
ZH_Y_M → const String
ZH_Y_M_D → const String
ZH_Y_M_D_H_M → const String