Parse date time with timezone

0
Hi all, I just want to know about this parse date time with timezone in detail. what is this pattern and timezone? which format do we have to use?
asked
2 answers
1

For the time zone see this URL: https://garygregory.wordpress.com/2013/06/18/what-are-the-java-timezone-ids/ as stated in the documentation of the Java action.

And Date is the date string so something like 14-7-2023
Pattern then would be dd-MM-yyyy see also the provided URL over parse and format date function calls.
Regards,

Ronald


 

answered
0

Hi Sayyad , it depends on your need . I advise you to go through this documentation  https://docs.mendix.com/refguide/parse-and-format-date-function-calls/ 

answered