I have a PHP script outputting dates like this:
03/01/2023
Now I wish to make them output the above value as
Zero Three/Zero One/Two Zero Two Three
I have tried to create functions that return string data of that date number but did not get the exact result.