Navigation
-
Main
- Dashboard No pending orders
- Layouts
- Themes
- Starter kit
- Changelog 4.0
-
Forms
- Form components
- Text editors
- Pickers
- Form layouts
-
Components
- Basic components
- Content styling
- Extra components
- Color system
- Animations
- Icons
-
Layout
- Page layouts
- Sidebars
- Navbars
- Vertical navigation
- Horizontal navigation
- Menu levels
-
Data visualization
- Echarts library
- D3 library
- C3 library
- Google charts
- Maps integration
-
Extensions
- Extensions
- File uploaders
- Event calendars
- Internationalization
-
Tables
- Basic tables
- Grid.js tables
- Data tables
- Data tables extensions
-
Page kits
- General pages
- Service pages
- User pages
- Application pages
- Widgets
Internationalization
Customize the language and localization options for the
calendar using locale option. If you are simply
loading one language, you do not need to specify the
locale option. FullCalendar will look at the most
recent language file loaded and use it. However, if more than
one language file is loaded, or the combined
locales-all.js file is loaded, you must
explicitly specify which language to use via the lang option.
Date formats
FullCalendar also uses optional adapted
moment.js plugin to parse and display date and
time. Moment plugin allows you to control different display
formats: time, title, column and popover. This means you can
adapt Fullcalendar to any locale and customize almost
everything to your needs. The following example demonstrates
different setups for time,
column and title date/time formats
in different view modes.