Contents

isDateInToday(_:)

Indicates whether the given date is in “today.”

Declaration

func isDateInToday(_ date: Date) -> Bool

Parameters

  • date:

    The date for which to perform the calculation.

Return Value

true if the given date is in “today,” otherwise false.

See Also

Comparing Dates