Skip to content

Instantly share code, notes, and snippets.

@ashphy
Created July 27, 2022 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashphy/f5a3bbedabd8d52ead4001cd3e2523f1 to your computer and use it in GitHub Desktop.
Save ashphy/f5a3bbedabd8d52ead4001cd3e2523f1 to your computer and use it in GitHub Desktop.
import 'package:intl/intl.dart';
void main() {
print(DateFormat('yyyy-MM-dd').parseStrict('2022-07-27'));
print(DateFormat('yyyyMMdd').parseStrict('20220727'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment