Java Millisecond Current Get getCurrentTimeMillisStr()

Here you can find the source of getCurrentTimeMillisStr()

Description

get Current Time Millis Str

License

Open Source License

Declaration

public static String getCurrentTimeMillisStr() 

Method Source Code

//package com.java2s;

public class Main {

    public static String getCurrentTimeMillisStr() {

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

Related

  1. currentTimeMillisUTC()
  2. getCurrentMillis()
  3. getCurrentMillisecond()
  4. getCurrentMillisecondString()
  5. getCurrentMillisecondZeroFillString()
  6. getMillins(String yyyyMMddHHmmss)
  7. getMillisDurationString(long millis)
  8. getMillisec_old(String isoDate)
  9. getMillisecondStamp(Date date)