Mar 16, 2022 10:01 PM
I’m experiencing a strange issue when I use a date in a formula (yes, I’m using timezones). If I include the time field in the date, then it displays correctly in the formula, but if I do not include time, then the formula displays the date minus 1.
I do not want time because this is an invoice date.
Halp.
Solved! Go to Solution.
Mar 17, 2022 01:49 PM
When you have a date field without a time, the time is automatically midnight, GTM. When you format it in your formula field, don’t set the timezone.
Mar 17, 2022 12:16 PM
Could you please share the formula you are using in the {Invoice} field?
Mar 17, 2022 01:49 PM
When you have a date field without a time, the time is automatically midnight, GTM. When you format it in your formula field, don’t set the timezone.
Mar 17, 2022 08:52 PM
The data have changed, but the problem is still the same
CONCATENATE("#",{Invoice #}," - “,DATETIME_FORMAT(SET_TIMEZONE(Date,‘America/Indiana/Indianapolis’),‘M/D/Y’),”, ",Donor)
Mar 17, 2022 08:55 PM
Ah, thanks. That was the solution. Appreciate the help.