A: Use one of these four methods:
- Date string (ISO-8601 recommended)
- Date arguments (new Date(year, monthIndex, day, …))—note months are zero-indexed
- Timestamps (new Date(millisecondsSinceEpoch))
- No arguments (new Date(), for the current local date/time)