当前位置:网站首页>Get current system date
Get current system date
2022-06-28 11:02:00 【Hello_ xzy_ Word】
Get the current date of the system
Sometimes , We only need to get the current date information , In some old systems , The following statements may be used :
public class Main {
public static void main(String[] args) {
Date today = new Date();
today.setHours(0);
today.setMinutes(0);
today.setSeconds(0);
}
}
at present ,Date Class setHours 、 setMinutes 、setSeconds Method has been marked as deprecated , also , It is recommended that programmers use Calendar Class set Method operation time :

Here is by using Calendar Class set Method to obtain the code of the current system date :
public class Main {
public static void main(String[] args) {
Calendar calendar = Calendar.getInstance();
calendar.set(Calendar.HOUR_OF_DAY, 0);
calendar.set(Calendar.MINUTE, 0);
calendar.set(Calendar.SECOND, 0);
Date today = calendar.getTime();
}
}
边栏推荐
- MySQL(三)
- How does ETF position affect spot gold price?
- Debug debugging in katalon
- DataEase安装升级
- 合约量化系统开发(搭建讲解)丨合约量化系统开发(源码解析及现成案例)
- 【实操】Appium Settings app is not running after 5000ms
- Wireshark数据抓包分析之FTP协议
- Understanding of FTP protocol
- 【agora】get 一个 agora_refptr 对象的用法示例
- How to distinguish and define DQL, DML, DDL and DCL in SQL
猜你喜欢

MySQL general binary installation method

Katalon框架测试web(二十)自定义关键字以及上传弹窗操作

【实操】Appium Settings app is not running after 5000ms

线程和线程池

Set up your own website (11)

sentinel

Katalon framework tests web (XX) custom keywords and upload pop-up operations

Yann Lecun's new paper: the road to building automatic agents

JS foundation 1-js introduction and operator

【monkey】monkey测试入门
随机推荐
壓縮解壓
Xshell和Xftp使用教程
Basic 02: variable, remember the mobile number of the object
Katalon global variable is referenced in testobject
DlhSoft Kanban Library for WPF
知道 Redis RDB 这些细节,可以少踩很多坑
JS基础5
Move command
Katalon framework tests web (XX) custom keywords and upload pop-up operations
还在用 SimpleDateFormat 做时间格式化?小心项目崩掉!
ThreadLocal的简单理解
Mysql安装配置以及解决重装Mysql时忘记root password问题
How to distinguish and define DQL, DML, DDL and DCL in SQL
Katalon框架测试web(二十)自定义关键字以及上传弹窗操作
【monkey】monkey测试入门
MySQL (II)
Katalon framework tests a web page operation example code
Spatial-Temporal时间序列预测建模方法汇总
Blackmail virus of industrial control security
Solve the problem of reading package listsdonebuilding dependency treereading state informationdone