Java Timestamp Field getSysDateTimestamp()

Here you can find the source of getSysDateTimestamp()

Description

get Sys Date Timestamp

License

Apache License

Declaration

public static java.sql.Timestamp getSysDateTimestamp() 

Method Source Code

//package com.java2s;
//License from project: Apache License 

public class Main {

    public static java.sql.Timestamp getSysDateTimestamp() {
        return new java.sql.Timestamp(System.currentTimeMillis());
    }/* w ww  .  j a v  a  2 s . c om*/
}

Related

  1. getSqlTimestampFromMicrosSinceEpoch( long timestamp)
  2. getSqlTimestampFromShortDate(String date)
  3. getStamp(Timestamp timestamp)
  4. getStringToTimestamp(String str)
  5. getstrTimestamp(String datetime)
  6. getSystemTimestamp()
  7. getSystemTimestamp()
  8. getWeekEnd(Timestamp stamp, TimeZone timeZone, Locale locale)
  9. getWeekEnd(Timestamp stamp, TimeZone timeZone, Locale locale)