FFTimeUtil class

Constructors

FFTimeUtil()

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

Static Methods

currentTimeMillis() int
当前时间戳 毫秒
timeStampToTimeString(int stamp) String
年/月/日 时:分 stamp 秒
timeStampToTimeString1(int stamp) String
年-月-日 时:分:秒 stamp 秒
timeStampToTimeString2(int stamp) String
年-月-日 时:分 stamp 秒
timeStampToTimeString3(int stamp) String
时:分 stamp 秒
timeStampToTimeString4(int stamp) String
时:分:秒 stamp 秒
timeStampToTimeString_1(int stamp) String
月-日 stamp 秒
timeStampToTimeString_3(int stamp) String
11月30日 stamp 秒
timeStampToTimeString_onlyHH(int stamp) String
时 stamp 秒
timeStampToTimeStringYMD(int stamp) String
年-月-日
timeStampToTimeStringYMD3(int stamp) String
年月日
timeStampToTimeStringYMDDot(int stamp) String
年.月.日
timeStampToTimeStringYMDSlash(int stamp) String
年/月/日
twoChar(String value) String