文件名称:mydate
-
所属分类:
- 标签属性:
- 上传时间:2013-08-31
-
文件大小:13.98kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
1、 设计一个时间类MyDate:(日期均大于1900年)
a、 其中包括年、月、日、时、分、秒。其他成员变量可根据需要增设;
b、 可以获得时间的年、月、日、小时、分钟、秒数;
c、 计算日期的dayOfWeek(星期几);
d、 //实现日期加减一个整数后得到新的日期(加减天数);
e、 输入任意一个月份,将此月的日历输出(按星期格式);
f、 输入任意年份,将此年的年历输出;
g、 实现两个时间相减得到的小时数、分钟数和秒数;
h、 输出时间,要求三种格式: yyyy年MM月dd日hh小时mm分ss秒;
yyyy-MM-dd hh:mm:ss
yyyyMMddhhmmss
i、 设计三个个构造方法。1、参数只有年月日的构造方法,小时分钟秒设为0;2、完全参数的构造方法;3、如果使用无参数的构造方法则初始化为系统时间,-1, the design of a time class MyDate: (date greater than 1900) a, including the year, month, day, hour, minute, second. Other members of the variables can be added according to need b, can get the time of year, month, day, hour, minute, seconds c, calculate dates dayOfWeek (week) d,// subtract an integer realization obtained after the date of new date (plus or minus the number of days) e, enter any one month, this month' s calendar output (by week format) f, enter any year, this year calendar output g, subtracting two times to achieve the number of hours, minutes, and seconds h, output time, requiring three formats: yyyy Year MM-dd hh hours mm minutes ss day second yyyy-MM-dd hh: mm: ss yyyyMMddhhmmss i, design three months constructor. 1, parameter constructor only date, hour minute second set to 0 2, completely argument constructor 3, if no argument constructor initializes to the system time,
a、 其中包括年、月、日、时、分、秒。其他成员变量可根据需要增设;
b、 可以获得时间的年、月、日、小时、分钟、秒数;
c、 计算日期的dayOfWeek(星期几);
d、 //实现日期加减一个整数后得到新的日期(加减天数);
e、 输入任意一个月份,将此月的日历输出(按星期格式);
f、 输入任意年份,将此年的年历输出;
g、 实现两个时间相减得到的小时数、分钟数和秒数;
h、 输出时间,要求三种格式: yyyy年MM月dd日hh小时mm分ss秒;
yyyy-MM-dd hh:mm:ss
yyyyMMddhhmmss
i、 设计三个个构造方法。1、参数只有年月日的构造方法,小时分钟秒设为0;2、完全参数的构造方法;3、如果使用无参数的构造方法则初始化为系统时间,-1, the design of a time class MyDate: (date greater than 1900) a, including the year, month, day, hour, minute, second. Other members of the variables can be added according to need b, can get the time of year, month, day, hour, minute, seconds c, calculate dates dayOfWeek (week) d,// subtract an integer realization obtained after the date of new date (plus or minus the number of days) e, enter any one month, this month' s calendar output (by week format) f, enter any year, this year calendar output g, subtracting two times to achieve the number of hours, minutes, and seconds h, output time, requiring three formats: yyyy Year MM-dd hh hours mm minutes ss day second yyyy-MM-dd hh: mm: ss yyyyMMddhhmmss i, design three months constructor. 1, parameter constructor only date, hour minute second set to 0 2, completely argument constructor 3, if no argument constructor initializes to the system time,
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mydate/.classpath
mydate/.project
mydate/.settings/org.eclipse.jdt.core.prefs
mydate/bin/MyDate.class
mydate/bin/shiyan4.class
mydate/src/mydate.java
mydate/.settings
mydate/bin
mydate/src
mydate
mydate/.project
mydate/.settings/org.eclipse.jdt.core.prefs
mydate/bin/MyDate.class
mydate/bin/shiyan4.class
mydate/src/mydate.java
mydate/.settings
mydate/bin
mydate/src
mydate
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.