Skip to content

Instantly share code, notes, and snippets.

@sidishere
Created December 24, 2019 11:50
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 sidishere/ec7329fd2d5756b119a3dee5c921dbcc to your computer and use it in GitHub Desktop.
Save sidishere/ec7329fd2d5756b119a3dee5c921dbcc to your computer and use it in GitHub Desktop.
int curYear=now.get(Calendar.YEAR);
int curMonth=now.get(Calendar.MONTH);
int curday=now.get(Calendar.DATE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment