System.out.println("Hello World!");
SimpleDateFormat format = new SimpleDateFormat( "yyyy-MM-dd HH:mm:ss");//设置时间格式
Date currentTime = new Date();//获取当前时间
String date=format.format(currentTime);//对当前时间进行格式化
currentTime=format.parse(date);//自定义格式的时间
相关文章
- 11-30python基础的输入字符串的格式化
- 11-30Python之路(五)-->> 格式化
- 11-30Python基础-7.1字符串的格式化
- 11-30Python: 字符串格式化format()函数的使用
- 11-30Python字符串类型格式化之format方法
- 11-30python之字符串格式化(format)
- 11-30Python中格式化format()方法详解
- 11-30SQL格式化
- 11-30数字格式化
- 11-30MATLAB格式化输出控制