Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 17, 2020 05:06
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/88c5daa1c8972fbfd71b2873d549a38d to your computer and use it in GitHub Desktop.
Save parzibyte/88c5daa1c8972fbfd71b2873d549a38d to your computer and use it in GitHub Desktop.
<b-datepicker
:day-names="['D', 'L', 'M', 'M', 'J', 'V', 'S']"
:month-names="['Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre']"
:show-week-number="true"
icon="calendar-today"
placeholder="Seleccione la fecha"
trap-focus>
</b-datepicker>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment