Ios swift – What is this time format? How can I convert it to readable format?
In my iOS app, I am getting the date format as 20231220T090000 for my calendar event in response. How will I convert this datetime from the date? How to convert it to 20 Dec 2023, 9 AM? I can't figure…