Skip to content

Instantly share code, notes, and snippets.

@helisoncruz
Created October 13, 2017 17:24
Show Gist options
  • Save helisoncruz/104a65c16efc4b4acb6868421807360b to your computer and use it in GitHub Desktop.
Save helisoncruz/104a65c16efc4b4acb6868421807360b to your computer and use it in GitHub Desktop.
Array Meses do Ano
$meses = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez');
$meses = array('01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment