| Author |
Current System date & time(URGENT)
|
Angela D'souza
Ranch Hand
Joined: Jan 16, 2002
Posts: 469
|
|
How to get System(windows 2000 advanced server or linux or windows NT) current date & time. Thanks, Angela
|
 |
Jamie Robertson
Ranch Hand
Joined: Jul 09, 2001
Posts: 1879
|
|
Angela java.util.Date today = new java.util.Date(); Calendar today = Calendar.getInstance(); GregorianCalendar today = new GregorianCalendar(); long today_in_millis = System.currentTimeMillis(); Jamie PS - enough with the URGENTS! this is at least post number 10 with it in your subject! Everyone's posts will be answered in a timely fashion if possible whether they say URGENT or not!
|
 |
 |
|
|
subject: Current System date & time(URGENT)
|
|
|