别了夏天

导航

 

String createDate = "1503466901000" ;

Long milliseconds = Long.parseLong( createDate);

public  String  millisecondsToStrDate( Long  milliseconds){

         SimpleDateFormat  sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); //日期格式

         Date  date = new Date( milliseconds);

        return sdf.format( date); //日期格式包裹Date 。

}

posted on 2017-09-19 21:36  别了夏天  阅读(130)  评论(0编辑  收藏  举报