Java Long Number From toLongDate()

Here you can find the source of toLongDate()

Description

to Long Date

License

Apache License

Declaration

public static String toLongDate() 

Method Source Code

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

public class Main {

    public static String toLongDate() {
        return String.valueOf(toLongTime());
    }/*from ww w . ja v  a  2s  .c  o  m*/

    public static long toLongTime() {
        return System.currentTimeMillis();
    }
}

Related

  1. longFromLex(byte[] bytes)
  2. longFromObject(Object o)
  3. toLongAsObject(Object obj)
  4. toLongBE(byte[] b, int i)
  5. toLongBE(byte[] src, int offset)
  6. toLongDefaultIfNull(Long configured, long theDefault)
  7. toLongExactWithoutOverflow(float value)
  8. toLongId(Integer i)
  9. toLongInt(byte[] b)