Dateformat 1000*60*60*24
807600Nov 21 2007 — edited Nov 21 2007Good Day:
As far as I know the date calculation in other languages, it should be 60*60*24 but what I got from a Java code is 1000*60*60*24. Anyone can tell me where is the 1000 come from?
if to be precise:
d.setTime((1000*60*60*24) + d.getTime());
why?
thanks