Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jhona1737
Contributor III
Contributor III

Today Function

Hello everyone,

I have an issue, my server is located 5 hour ahead so the formula below used to work when the server was locally but know stop reporting Today's information at 7PM locally, is there any way to result this?

Count({<ProductionDate={'$(=Today())'}>}BoxNumber)

Thank you all!!

2 Replies
Chanty4u
MVP
MVP

try date format also

= {$(=Date(Today(), 'MM/DD/YYYY'))}>}

sunny_talwar

May be convert the time zone to get the date from your location

Re: Time Zone Conversation