Skip to main content

Is Same Day

Overview

Returns true if two Date/Time values are the same day in the local time zone of the context user.

Date/Time values are stored in UTC time and adjusted to the user's local time zone when displayed. It is possible to have two UTC times that fall on different dates, such as December 31st and January 1st, but when adjusting these dates to the user's local time zone they are both December 31st. This action checks for this scenario and if two Date/Times are the same day in the user's timezone.

Inputs

Date/Time One

The first Date/Time value used to determine if the days are the same.

Type
Date

Date/Time Two

The second Date/Time value used to determine if the days are the same.

Type
Date

Outputs

Is Same Day

Set to True, if two Date/Time values are the same day in the local time zone of the context user.

TypeVariable Name
Booleanvalue