Java SQL Time Create getSystemCurrentTimeMillis()

Here you can find the source of getSystemCurrentTimeMillis()

Description

get System Current Time Millis

License

Apache License

Declaration

public static Date getSystemCurrentTimeMillis() 

Method Source Code

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

import java.sql.Timestamp;

import java.util.Date;

public class Main {

    public static Date getSystemCurrentTimeMillis() {

        return new Timestamp(System.currentTimeMillis());
    }/*from  w  w  w .ja v  a  2s.  c o  m*/
}

Related

  1. getSQLTime(String timeString)
  2. getSQLTime(String value)
  3. getSQLTimeFromString(String s)
  4. getSqlTimeFromTimeNumber(int time)
  5. getSysDateTimeMillis()
  6. getSystemTimeGMTToday()
  7. getSysTime()
  8. getThisWeekStartTime()
  9. getTime()