Java字符串数字转化为日期

          String  time="1477843200000";          long timeL =Long.parseLong(time); Date currentTime = new Date(timeL); SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd"); String dateStrin
相关文章
相关标签/搜索