2016.03.08

来源:互联网 发布:微信站街营销软件 编辑:程序博客网 时间:2024/05/17 06:56

1、日期格式

import java.text.DateFormat;import java.text.SimpleDateFormat;import java.util.Date;public class TestFormat{public static void main(String []args){Date date = new Date();SimpleDateFormat bartDateFormat = new SimpleDateFormat("yyyy-MM-dd"); String str = bartDateFormat.format(date);System.out.println("转换后的字符串为:"+str);}}

输出结果为:2016-03-08

2、chm文档打不开,右键属性解除锁定就可以了。

0 0
原创粉丝点击