I have a script that needs to display date data to an international audience - e.g.
\"submitted Tue 25 Aug 09\"
Is there an easi
I think that the best way to do it with strftime and setlocale functions. But it will not work if your server has no needed locale installed (in current questions it is fr_FR).
strftime
setlocale
fr_FR
Code bellow throw an exception if locale change will be unsuccessful