Java8时间转换(LocalDateTime)代码实例
这篇文章主要介绍了java8时间转换(LocalDateTime)代码实例,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友可以参考下
1.将LocalDateTime转为自定义的时间格式的字符串
publicstaticStringgetDateTimeAsString(LocalDateTimelocalDateTime,Stringformat){
DateTimeFormatterformatter=DateTimeFormatter.ofPattern(format);
returnlocalDateTime.format(formatter);
}
2.将long类型的timestamp转为LocalDateTime
publicstaticLocalDateTimegetDateTimeOfTimestamp(longtimestamp){
Instantinstant=Instant.ofEpochMilli(timestamp);
ZoneIdzone=ZoneId.systemDefault();
returnLocalDateTime.ofInstant(instant,zone);
}
3.将LocalDateTime转为long类型的timestamp
publicstaticlonggetTimestampOfDateTime(LocalDateTimelocalDateTime){
ZoneIdzone=ZoneId.systemDefault();
Instantinstant=localDateTime.atZone(zone).toInstant();
returninstant.toEpochMilli();
}
4.将某时间字符串转为自定义时间格式的LocalDateTime
publicstaticLocalDateTimeparseStringToDateTime(Stringtime,Stringformat){
DateTimeFormatterdf=DateTimeFormatter.ofPattern(format);
returnLocalDateTime.parse(time,df);
}
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持毛票票。
声明:本文内容来源于网络,版权归原作者所有,内容由互联网用户自发贡献自行上传,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任。如果您发现有涉嫌版权的内容,欢迎发送邮件至:czq8825#qq.com(发邮件时,请将#更换为@)进行举报,并提供相关证据,一经查实,本站将立刻删除涉嫌侵权内容。
热门推荐
10 新人红包祝福语简短精辟
11 幼师给毕业祝福语简短
12 生日高考祝福语妹妹简短
13 下飞机祝福语简短英文
14 元宵发客户祝福语简短
15 爸妈金婚文案祝福语简短
16 新郎朋友红包祝福语简短
17 虎年五一祝福语大全简短
18 出阁宴祝福语姐姐简短