menu
nylo_support package
documentation
helpers/src/extensions/string_extensions.dart
NyStrExt
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/src/extensions/string_extensions
NyStrExt
toDateTime method
NyStrExt extension on
String
?