我有一个方法我必须用来设置Date对象,如下所示:
现在需要很长时间的构造函数似乎有点棘手, 所以我想听听你是否知道如何让它发挥作用, 这将指定年,月和年;也是白天。????
答案 0 :(得分:1)
您可以改用calendar。它有日期和时间。
Calendar field access
Field Explanation
Calendar.YEAR Identifies the year
Calendar.MONTH Identifies the month
Calendar.DAY_OF_MONTH Identifies the day
Calendar.HOUR Identifies the hour
Calendar.MINUTE Identifies the minute
Calendar.SECOND Identifies the second