Here you can find the source of getCurrentTimeMillisStr()
public static String getCurrentTimeMillisStr()
//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*/ }