Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 1, 2019 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/045cfbf5e4df4679c222c1d8e6b7e2ce to your computer and use it in GitHub Desktop.
Save parzibyte/045cfbf5e4df4679c222c1d8e6b7e2ce to your computer and use it in GitHub Desktop.
@switch($numeroMes)
@case(1)
Enero
@break
@case(2)
Febrero
@break
@case(3)
Marzo
@break
@default
Mes desconocido o no tomado en cuenta
@break
@endswitch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment