Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

351
Views
Cambiar el idioma del componente Fullcalendar React

No puedo encontrar en la documentación de fullcalendar cómo configurar la configuración regional para el componente React ( https://fullcalendar.io/docs/react ).

Así es como estoy usando el componente:

 import FullCalendar from '@fullcalendar/react' // must go before plugins import dayGridPlugin from '@fullcalendar/daygrid' // a plugin! export default function Calendar(props){ return ( <Box> <FullCalendar plugins={[ dayGridPlugin ]} initialView="dayGridMonth" /> </Box> ); }

¿Cómo puedo configurar el idioma a español?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

La configuración regional se puede configurar en el componente Fullcalendar React de esta manera:

  1. Ejecutar: yarn add @fullcalendar/core

  2. Importe la configuración regional: import esLocale from '@fullcalendar/core/locales/es';

  3. Pase la configuración regional como accesorio al componente:

     <FullCalendar locale={esLocale} plugins={[ dayGridPlugin ]} initialView="dayGridMonth" />
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!