menu
nylo_support package
documentation
helpers/extensions.dart
NyStr
toDateTime method
toDateTime method
dark_mode
light_mode
toDateTime
method
DateTime
toDateTime
(
)
Attempt to convert a
String
to a
DateTime
.
Implementation
DateTime toDateTime() => DateTime.parse(this ?? "");
nylo_support package
documentation
helpers/extensions
NyStr
toDateTime method
NyStr extension on
String
?