Create new java.sql.Timestamp


public class Main {
  public static void main(String[] argv) {
    System.out.println(new java.sql.Timestamp( System.currentTimeMillis() ));
  }
}
Home 
  Java Book 
    Runnable examples  

Date Calendar Timestamp:
  1. Create a Date for a Particular Date
  2. Create Date from specific time span
  3. Create new date without time component
  4. Create new java.sql.Timestamp
  5. Create Date with day, month and year
  6. Create Calendar for a specific date
  7. Compute days between 2 dates
  8. Calculate the age
  9. Time Distance in hours and minutes