I had a external XML file url and with that I need to import data from that XML data. Unfortunately in xml data schedule date value is incorrect like: 20082020 but it should be 20/08/2020 or any proper date value.
I don't have access to chance that XML, So, all I need to do retrieve proper date format from "20082020" to '20/08/2020' or '20-08-2020' in PHP