list (array) of months (spanish)


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $GLOBALS['months_es'] = array(1 => 'Enero', 2 => 'Febrero', 3 => 'Marzo', 4 => 'Abril', 5 => 'Mayo', 6 => 'Junio', 7 => 'Julio', 8 => 'Agosto', 9 => 'Septiembre', 10 => 'Octubre', 11 => 'Noviembre', 12 => 'Diciembre');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.