Java Timestamp Field getMillTimestamp()

Here you can find the source of getMillTimestamp()

Description

get Mill Timestamp

License

Apache License

Declaration

public static Timestamp getMillTimestamp() 

Method Source Code


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

import java.sql.Timestamp;

public class Main {
    public static Timestamp getMillTimestamp() {
        return new Timestamp(System.currentTimeMillis());
    }/*from   ww  w .jav a  2s. c  o m*/
}

Related

  1. getISOTimeStampStringFormat(Timestamp ts)
  2. getKDCTStoTimestamp(short[] in)
  3. getLocalDateTime(final long timestamp)
  4. getLocalTime(final Timestamp timestamp)
  5. getMessageTimestamp(int id)
  6. getMonthEnd(Timestamp stamp, TimeZone timeZone, Locale locale)
  7. getMonthLastDay(Timestamp day)
  8. getMonthStart(java.sql.Timestamp stamp)
  9. getMonthStartTimestamp(Date date)