menu
yx_fltools package
documentation
utils/date/date_utils.dart
DateUtils
getNowDateTime static method
getNowDateTime static method
dark_mode
light_mode
getNowDateTime
static method
DateTime
getNowDateTime
(
)
get Now Date Time. 获取当前日期返回DateTime
Implementation
static DateTime getNowDateTime() { return DateTime.now(); }
yx_fltools package
documentation
utils/date/date_utils
DateUtils
getNowDateTime static method
DateUtils class