java 如何从Long型的时间中取得年月日_百度知道
[专业]答案:Datedate=newDate(System.currentTimeMillis());System.out.println((1900+date.getYear())+"-"+(date.getMonth()+1)+"-"+date.getDate()+"");...
java中如何将long型转化为日期 - 开源中国社区
js中使用神器moment.js,java使用神器joda-time。10位是php的时间戳吧?java请在long后面补3个0。js中使用神器moment.js,java使用神器joda-time。10位是php的时间...