Find out if a date (timestamp) is today?

Hi guys,

Is there a way to detect if the now timestamp is the same day as another arbitrary timeframe?

In my workflow I need to add a condition to check if the Now timeframe is today's date. (from midnight to midnight)

example:

arbitrary date: 2024-04-02 4:00 pm (in timestamp)
now timeframe: 2024-04-03 6:03 pm (in timestamp)

in this case the condition would pass as the arbitrary date is not in the same day as the now timeframe

but let's say the arbitrary date was: 2024-04-03 5:00 am (in timestamp)

in this case the condition would fail as the arbitrary date is in the same day as the now timeframe

Thanks!

3 replies