Java13位时间戳转换为10位

long longDate=cur.getLong(index_Date);  //获取时间orm SimpleDateFormat dateFormat=new SimpleDateFormat(FORMAT_SEC_FULL); //新建转换类get Date d=new Date(longDate * 1000L); //将时间转换为Dateform String strDate=dateF
相关文章
相关标签/搜索