Java Time Format formattedUnixTime()

Here you can find the source of formattedUnixTime()

Description

formatted Unix Time

License

Open Source License

Declaration

public static String formattedUnixTime() 

Method Source Code

//package com.java2s;

public class Main {
    public static String formattedUnixTime() {
        return Long.toString(System.currentTimeMillis());
    }/*w w  w  .  j a v  a 2 s  .  c  o m*/
}

Related

  1. formatSignificantElapsedTime(final long seconds)
  2. formatStartRowKeyString(String id, String timestampStart)
  3. formatStrDateTime(String stringDateTime)
  4. formatString(String agentId, long agentStartTime, long transactionSequence)
  5. formattedStats(String pExecTime, int pTxns)
  6. formatTime(byte[] btValue, int iOffset, int iLength)
  7. formatTime(double time)
  8. formatTime(double totalTime)
  9. formatTime(final int timeSec)