Data no php em português
Posted março 9th, 2010 by Willemsetlocale(LC_TIME,’pt_BR’,'ptb’);
echo @strftime(’%A, %d de %B de %Y’,mktime(0,0,0,date(’n'),date(’d'),date(’Y')));
Tags: data
Programação e tecnologia!
setlocale(LC_TIME,’pt_BR’,'ptb’);
echo @strftime(’%A, %d de %B de %Y’,mktime(0,0,0,date(’n'),date(’d'),date(’Y')));
Tags: data
Leave a Reply