menu
gtd_helper package
documentation
helper/extension/string_extension.dart
GtdString
toDateTime method
toDateTime method
dark_mode
light_mode
toDateTime
method
DateTime
toDateTime
(
String
pattern
)
Implementation
DateTime toDateTime(String pattern) { return DateFormat(pattern).parse(this); }
gtd_helper package
documentation
helper/extension/string_extension
GtdString
toDateTime method
GtdString extension on
String