当前位置:网站首页>DateTimeFormatter api
DateTimeFormatter api
2022-08-04 12:28:00 【AntHub】
DateTimeFormatter api
LocalDateTime localDateTime = LocalDateTime.now();
System.out.println(localDateTime);
DateTimeFormatter formatter02 = DateTimeFormatter.ofPattern("yyyy/MM/dd HH:mm:ss", Locale.CHINA);
DateTimeFormatter dtf = DateTimeFormatter.ofPattern("yyyy/MM/dd HH:mm:ss");
System.out.println(dtf.format(LocalDateTime.now()));
System.out.println(DateTimeFormatter.ISO_DATE.format(LocalDateTime.now()));
System.out.println(DateTimeFormatter.ISO_DATE_TIME.format(LocalDateTime.now()));
边栏推荐
猜你喜欢
随机推荐
03 多线程与高并发 - ReentrantLock 源码解析
罗振宇的A股梦,咋这么难圆?
两个数组中用第二个数组的Value对比换第一个数组中的Key
移动跨端技术方案分析对比
新SCADA 系统:集成边缘计算、MQTT 和云平台
Focus!2022 interview must brush 461 interview questions summary + interview + resume template
技术分享| 融合调度系统中的电子围栏功能说明
Oracle 19c 单实例 19.3.0 升级到19.11.0 详细教程
聚焦数据来源、数据质量和模型性能构建小微企业信用画像
推荐一款优秀的通用管理后台
Focusing on data sources, data quality and model performance to build a credit profile of small and micro enterprises
Motion Rule (16)-Union Check Basic Questions-Grid Game
独立站卖家如何使用 WhatsApp Business API 建立有意义的客户关系?
什么是 DevOps?看这一篇就够了!
技术分享| 小程序实现音视频通话
Shell loop statement (for, while, until)
Hands-on Deep Learning_LeNet
什么是 DevOps?看这一篇就够了!
Chinese valentine's day of young people crazy to make money, earn 140000 a week
break与continue超详解!!!