摘要: Calendar:Calendar类概述Calendar 类是一个抽象类,它为特定瞬间与一组诸如 YEAR、MONTH、DAY_OF_MONTH、HOUR 等 日历字段之间的转换提供了一些方法,并为操作日历字段(... 阅读全文
posted @ 2017-08-07 21:15 杰醍奋 阅读(109) 评论(0) 推荐(0) 编辑
摘要: Calendar:Calendar类概述Calendar 类是一个抽象类,它为特定瞬间与一组诸如 YEAR、MONTH、DAY_OF_MONTH、HOUR 等 日历字段之间的转换提供了一些方法,并为操作日历字段(... 阅读全文
posted @ 2017-08-07 21:15 杰醍奋 阅读(87) 评论(0) 推荐(0) 编辑
摘要: DateFormatDateFormat类概述DateFormat 是日期/时间格式化子类的抽象类,它以与语言无关的方式格式化并解析日期或时间。是抽象类,所以使用其子类SimpleDateFormatSimple... 阅读全文
posted @ 2017-08-07 21:01 杰醍奋 阅读(82) 评论(0) 推荐(0) 编辑
摘要: DateFormatDateFormat类概述DateFormat 是日期/时间格式化子类的抽象类,它以与语言无关的方式格式化并解析日期或时间。是抽象类,所以使用其子类SimpleDateFormatSimple... 阅读全文
posted @ 2017-08-07 21:01 杰醍奋 阅读(86) 评论(0) 推荐(0) 编辑
摘要: Date类:Date类概述类 Date 表示特定的瞬间,精确到毫秒。 构造方法public Date()public Date(long date)成员方法public long getTime()获取时间,以毫... 阅读全文
posted @ 2017-08-07 20:55 杰醍奋 阅读(82) 评论(0) 推荐(0) 编辑
摘要: Date类:Date类概述类 Date 表示特定的瞬间,精确到毫秒。 构造方法public Date()public Date(long date)成员方法public long getTime()获取时间,以毫... 阅读全文
posted @ 2017-08-07 20:55 杰醍奋 阅读(92) 评论(0) 推荐(0) 编辑