文件名称:Date
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2016-12-13
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 李*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个日期类 Date,其功能包括: (1)能够以不同的格式输出日期,如: MM/DD/YYYY (String, String, String) June 14, 2014 (String, int, int) 2015 年 3 月6 日 (int, int, int) (2)定义三个重载的构造函数,在创建 Date 对象时,可用以上三种格式来进行初始化。
-A date class Date, which include: (1) can be in different formats to output the date, such as: MM/DD/YYYY (String, String, String) June 14, 2014 (String, int, int) 2015 on March 6, constructor day (int, int, int) (2) defines three overloaded, when you create a date object that can be used to initialize the above three formats.
-A date class Date, which include: (1) can be in different formats to output the date, such as: MM/DD/YYYY (String, String, String) June 14, 2014 (String, int, int) 2015 on March 6, constructor day (int, int, int) (2) defines three overloaded, when you create a date object that can be used to initialize the above three formats.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Date
....\Date.java
....\test.java