Java Long Number to Time getSMillon(long time)

Here you can find the source of getSMillon(long time)

Description

get S Millon

License

Apache License

Declaration

public static String getSMillon(long time) 

Method Source Code


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

import java.text.SimpleDateFormat;

public class Main {
    public static String getSMillon(long time) {

        return new SimpleDateFormat("yyyy-MM-dd-HH-mm-ss-SSS").format(time);

    }/*from w w  w. j a v a  2  s  .  co  m*/
}

Related

  1. getOldCookieDate(long time)
  2. getReadableDate(long longTime)
  3. getServerTime(long offset)
  4. getShortTimeText(Long oldTime)
  5. getSimpleDate(long time)
  6. getSpeedString(long castTime, long bytes)
  7. getStrDateForLong(long time)
  8. getTextDate(long timeInMs)
  9. getTime(long nanos)