Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying a date in a different language.

Status
Not open for further replies.

KevinAr18

Programmer
Apr 25, 2002
309
US
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:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top