Created
October 23, 2017 12:13
-
-
Save kepocnhh/68be4d652b2ac56de4fe4b5186604aaf to your computer and use it in GitHub Desktop.
This file contains 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
UglyClass ugly = new UglyClass(); | |
ugly.setDate(new Date()); | |
Date date = ugly.getDate(); | |
UglyClass ugly = new UglyClass(); | |
ugly.date = new Date(); | |
Date date = ugly.date; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment