I am trying to return a date in the following format:
25 Setembro, 2003, 18:00
I have been trying to use setlocale as follows:
setlocale(LC_TIME, "pt_BR");
And return my date as follows:
$currDate = strftime("%e %B, %Y, %H:%M");
However, all this returns is 25...