I'm trying to print the day of the week, according to a particular timestamp, with the function strftime .
I'm doing the following:
setlocale(LC_ALL, 'pt_BR', 'pt_BR.iso-8859-1', 'pt_BR.utf-8', 'portuguese');
echo strftime('%A', strt...
asked by
16.07.2015 / 15:22