Hello,
I was wondering if it was possible to get PHP to display a date (say the month name) in a different language. The language is Romanian. I could probably do the same thing by making an array with the names of the months, and then retreiving the month number and using that. However, I am editing a script, and something built into PHP would be better.
I tried to use the following function to no avail:
I was wondering if it was possible to get PHP to display a date (say the month name) in a different language. The language is Romanian. I could probably do the same thing by making an array with the names of the months, and then retreiving the month number and using that. However, I am editing a script, and something built into PHP would be better.
I tried to use the following function to no avail: