Determine if a date is before today.
SR.date.checkIsBeforeToday(new Date("2020-12-25"));// expected result if the current day is after declared date: true// otherwise: false Copy
SR.date.checkIsBeforeToday(new Date("2020-12-25"));// expected result if the current day is after declared date: true// otherwise: false
Determine if a date is before today.