Flutter – Can't parse properly the hour minute seconds from string to datetime in Dart
I can format the time in my desired format "3:38 PM" but it's a string type. But I want my to DateTime for later calculations. I can't manage to parse them. I want to remove this "1970-01-01" from the datetime…