Skip to content

Instantly share code, notes, and snippets.

@chooyan-eng
Created March 13, 2019 01:53
Show Gist options
  • Save chooyan-eng/356b050bf05466497e08d576f1b20de9 to your computer and use it in GitHub Desktop.
Save chooyan-eng/356b050bf05466497e08d576f1b20de9 to your computer and use it in GitHub Desktop.
void main() {
var date = "2019/03/13";
print("It is $date today."); // -> It is 2019/03/13 today.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment