Created
June 4, 2013 20:55
-
-
Save mlc/5709515 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
public class DateUtils { | |
// ... | |
/** | |
* This constant is actually the length of 364 days, not of a year! | |
*/ | |
public static final long YEAR_IN_MILLIS = WEEK_IN_MILLIS * 52; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment