isDateInToday(_:)
Indicates whether the given date is in “today.”
Declaration
func isDateInToday(_ date: Date) -> BoolParameters
- date:
The date for which to perform the calculation.
Indicates whether the given date is in “today.”
func isDateInToday(_ date: Date) -> BoolThe date for which to perform the calculation.