Here you can find the source of dayMillis()
public static long dayMillis()
//package com.java2s; //License from project: Apache License public class Main { public static long dayMillis() { return 1000l * 60 * 60 * 24; }//from ww w.ja va2 s. c o m }