Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. date_default_timezone_set('America/Mexico_City');
  2. // Unix
  3. setlocale(LC_TIME, 'es_MX.UTF-8');
  4. // En windows
  5. setlocale(LC_TIME, 'spanish');
  6. ini_set('date.timezone', 'America/Mexico_City');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement