Crusty Lifer Sep 30, 2001 12,684 2 81 May 9, 2005 #1 Why does that code store "Thu Jan 01 00:00:00 CST 2004" in startDate? I'm not talking about the formatting.. but the date is wrong!
Why does that code store "Thu Jan 01 00:00:00 CST 2004" in startDate? I'm not talking about the formatting.. but the date is wrong!
D dighn Lifer Aug 12, 2001 22,820 4 81 May 9, 2005 #2 try dd instead of DD which is day in year http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html
try dd instead of DD which is day in year http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html
Crusty Lifer Sep 30, 2001 12,684 2 81 May 9, 2005 #3 Originally posted by: dighn try dd instead of DD which is day in year http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html Click to expand... Doh! I knew it was something stupid... that's what I get for writing it at 4am Thx
Originally posted by: dighn try dd instead of DD which is day in year http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html Click to expand... Doh! I knew it was something stupid... that's what I get for writing it at 4am Thx