Description Use this function to check if a given date falls on a Sunday. It returns true if the date is a Sunday, and false otherwise...
Description Use this function to check if a given date falls within the same month as the current date. It returns true if the given d...
Description Use this function to check if a given date falls within the same quarter as the current date. It returns true if the given...
Description Use this function to check if a given date falls within the same week as the current date. It returns true if the given da...
Description Use this function to check if a given date falls within the same year as the current date. It returns true if the given da...
Description Use this function to check if a given date falls on a Thursday. It returns true if the given date is a Thursday, and false...
Description Use this function to check if a given date is today's date. It returns true if the given date is equal to the current date...
Description Use this function to check if a given date is tomorrow's date. It returns true if the given date is equal to the day after...
Description Use this function to check if a given date is a Tuesday. It returns true if the day of the week of the given date is Tuesd...
Description Use this function to check if a given date is a Wednesday. It returns true if the day of the week of the given date is Wed...