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