I'm using date_format(news_date, '%d %M %Y') as dr to get the date in a format like 24 October 2007. I'd like to know how can i change October to a different language. Thanks!
I'm using date_format(news_date, '%d %M %Y') as dr to get the date in a format like 24 October 2007. I'd like to know how can i change October to a different language. Thanks!
You'd have to have the translations manually..... I don't know if setting the locale in php.ini would do anything either.
I think that some calendar functions can do Jewish or French, but that includes some actual calendar magic....