menu
fdation package
documentation
fdation.dart
ExtDateTime
toStrDateTime method
toStrDateTime method
dark_mode
light_mode
toStrDateTime
method
String
?
toStrDateTime
(
)
Implementation
String?
toStrDateTime() {
return
fd.convert.dateTime2String(
this
, format:
'yyyy-MM-dd hh:mm:ss'
); }
fdation package
documentation
fdation
ExtDateTime
toStrDateTime method
ExtDateTime extension on
DateTime