Removing time on Date
Status: Closed · Asked by Juan Ramón Montero on · 0 views
Greetings, I am trying to remove the time on a date that has converted to my time zone.
But for some reason, it is not working as expected.
You can see that the Date field is 2021-08-15
But the result is giving me 08/14/2021
How to fix this? Thanks

Greetings, I am trying to remove the time on a date that has converted to my time zone.
But for some reason, it is not working as expected.You can see that the Date field is 2021-08-15
But the result is giving me 08/14/2021How to fix this Thanks
Just use Text Formatter -> Text Split and split the text from T.
And it should remove the time and only give you date back.
Thanks @Fagun Shah That did the job