摘要:
** * * 时间的操作类 * * */public class TimeUtil { /** * 返回系统时间 * * @param void * @return 系统时间 long * * */ public static long CurrentTime() { return System.currentTimeMillis(); } /** * 返回年-月-日 hh:ff:ss * * @param time * long系统时间的long类型 * @return String yyyy-MM-dd HH:mm:ss类型的时间类型... 阅读全文
posted @ 2013-05-26 20:06
qgweizhan
阅读(1409)
评论(0)
推荐(0)

浙公网安备 33010602011771号