Advertisement
Guest User

Untitled

a guest
Oct 1st, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. // Set Default Locale pt_BR
  2. setlocale(LC_TIME, 'pt_BR');
  3. // Format a local time/date according to locale settings
  4. // %B - Full month name, based on the locale
  5. // %Y - Four digit representation for the year
  6. strftime('%B %Y')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement