List of utility methods to do Timestamp Now
Timestamp | nowTimestamp() now Timestamp return new Timestamp(System.currentTimeMillis()); |
java.sql.Timestamp | nowTimestamp() Return a Timestamp for right now return new java.sql.Timestamp(System.currentTimeMillis()); |
java.sql.Timestamp | nowTimestamp() Return a Timestamp for right now return getTimestamp(System.currentTimeMillis());
|