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.
Here you can pass your single digit date value to the function and in return it will give you the word.
You will need to modify this to some bit according to your need.