How to retrieve the date of the server using H2 Database? I am developing an application in Java, but I’m blocked at this stage. How to retrieve the date of the server from Java code?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ll find the answer in the manual:
http://h2database.com/html/functions.html#current_timestamp
In Java