Skip to content

Instantly share code, notes, and snippets.

@mlc
Created June 4, 2013 20:55
Show Gist options
  • Save mlc/5709515 to your computer and use it in GitHub Desktop.
Save mlc/5709515 to your computer and use it in GitHub Desktop.
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