Java SQL Time Now getNowTime()

Here you can find the source of getNowTime()

Description

get Now Time

License

Apache License

Declaration

public static java.sql.Timestamp getNowTime() 

Method Source Code

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

public class Main {

    public static java.sql.Timestamp getNowTime() {
        return new java.sql.Timestamp(System.currentTimeMillis());
    }/*from  www  .  j av a2s  .  c  o m*/
}

Related

  1. currentDatetime()
  2. currentTime()
  3. CurrentTimeString()
  4. getNowSQLTime()
  5. getNowTime()