| Author |
current system date using sql date
|
rama murthy
Ranch Hand
Joined: Jan 13, 2006
Posts: 82
|
|
|
Is it possible to get the current sysdate only using sql date. Because sql date has only one constructor that takes milliseconds as parameter.
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Have a look at the method System.currentTimeMillis().
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
John Bartlett
Ranch Hand
Joined: Jan 25, 2006
Posts: 116
|
|
Hi, Can you not do: John
|
 |
rama murthy
Ranch Hand
Joined: Jan 13, 2006
Posts: 82
|
|
|
Thank you very much both of you.
|
 |
 |
|
|
subject: current system date using sql date
|
|
|