Created with <3 with dartpad.dev.
Created
February 21, 2023 15:19
-
-
Save zombie6888/c07cb2bfa42f89fb5d291b7b1e848ac9 to your computer and use it in GitHub Desktop.
yawning-crest-5354
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main() { | |
print(DateTime.parse('2015-12-28')); | |
print(DateTime.parse('2015/12/28')); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment