How to convert numbers to words in php
- by user225269
Is there a function in php wherein you can convert the number 12 to its equivalent in a month.
For example if the mysql database stores digits and not words for dates.
how do you convert the number 12 into the word december?