Java SQL Date Create getSysDate()

Here you can find the source of getSysDate()

Description

get Sys Date

License

Apache License

Declaration

public static Timestamp getSysDate() 

Method Source Code


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

import java.sql.Timestamp;

public class Main {
    public static Timestamp getSysDate() {
        return new Timestamp(System.currentTimeMillis());
    }//from  w  w w. j av  a  2  s.co  m
}

Related

  1. getSqlDate()
  2. getSQLDate()
  3. getSqlDate()
  4. GetSqlDate()
  5. getSysDate()
  6. getSysdate(String format)
  7. getSysDateGMTToday()
  8. getTodayDate()
  9. getTodayDate()