compare only dates with luxon Datetime August 29, 2023 by Tarik To compare just the dates, use startOf startDate.startOf("day") <= someDate.startOf("day")