Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 558 Bytes

date.md

File metadata and controls

11 lines (7 loc) · 558 Bytes

Date

A date is a type that represents a date. Some date types might included timezone information, whilst others are without. Some date types include time information, whilst others refer to a time range (the entire day) or an arbitrary moment during that day (such as midnight, or mid-day).

The difference between two dates may be representable by a Duration or DateInterval.

See also DateTime and Time.