Can anyone please tell me how to format date/time in App Builder. I am getting dates though a data service call.
For e.g. they look like
2021-10-13 14:05:00.000-0500
2021101319000000
20211226
Is there a function that I can utilize to convert them into dates that make sense? If yes then do I need to do the conversion at the data service level or in the text box that gets populated by the API call?
I guess I am looking for something similar to DateTime.ToString method in C#.