We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The Vue Calendar is a component to display the date and days of the week. It provides month, year, and decade view options to quickly navigate to the desired date. It supports minimum dates, maximum dates, and disabled dates to restrict the date selection.


Why choose Syncfusion Vue Calendar?

Vue Calendar interaction.

Easy to interact

You can restrict the user to choosing a date from a predetermined range of dates. Any date in the Vue calendar can be disabled to make it inactive.

Vue Calendar views.

Calendar views

Calendar has predefined views to give a flexible approach to choosing dates.

Vue Calendar islamic calendar.

Islamic calendar

The Vue Calendar component lets users show the Islamic calendar(Hijri calendar) in addition to the Gregorian calendar.

Vue Calendar adaptive.

Adapts to any resolution

Calendar has a highly responsive layout and an optimized design for desktops, touchscreens, and smart phones. It works well on all mobile phones that use iOS, Android, or Windows OS.

Vue Calendar themes.

Attractive, customizable themes

Cutting-edge design with several built-in themes, such as Fluent, Tailwind CSS, Bootstrap, Material, and Fabric. Utilize the online Theme Studio tool to customize themes easily.

Vue Calendar globalization.

Globalization and localization

With built-in globalization options,a culture-specific date format and first day of the week can be chosen. The text of the month, day, and today button can be translated to any supported language.


Vue Calendar Code Example

Easily get started with the Vue Calendar using a few simple lines of Vue codes as demonstrated below. Also explore our Vue Calendar Example that shows you how to render and configure a Calendar in Vue.

<template>
<div class="col-lg-12 control-section">
    <div class="control_wrapper calendar-default">
        <div id="container" style="overflow:auto">
              <ejs-calendar id="calendar" :change="onValueChange"></ejs-calendar>
            <span id="date_label"> Selected Value: </span>

        </div>
    </div>
</div>
</template>

<script>

import Vue from "vue";
import { CalendarPlugin } from "@syncfusion/ej2-vue-calendars";

Vue.use(CalendarPlugin);
export default Vue.extend({
  methods: {
    onValueChange: function(args) {
      document.getElementById("date_label").textContent =
        "Selected Value: " + args.value.toLocaleDateString();
    }
  }
});
</script>

Month or year picker

Select only the month or year as a value (month picker or year picker) in the calendar.

Month Yeah Picker in Vue Calendar.


Date selection within a range in Vue Calendar.

Date selection within a date range

You can restrict the Vue Calendar component so that only a date value within a specific range of dates can be entered or selected by specifying the minimum and maximum date options.


Multiple date selection

Configure the Vue calendar to allow users to select single or multiple date values (sequence or random date selection).

Multiple Date Selection in Vue Calendar.


Multi Language in Vue Calendar.

Multi-language calendar

Update the culture-specific date format and first day of the week, and translate the text of month, day,and today buttons to any supported language with built-in globalization features.


Change first day of week

Automatically update the first day of the week based on the specified culture or change it based on your application requirements.

First Day of Week in Vue Calendar.


Disabled Date in Vue Calendar.

Disabled dates

Disable any date in the Vue calendar to make it inactive. Easily prevent the selection of weekends and holidays by disabling them.


Custom calendar

Apart from the standard, built-in theme, the Vue Calendar component provides complete control over its appearance, allowing you to customize the style to suit your application.

Customization in Vue Calendar.


Highlight Weekends in Vue Calendar.

Highlight weekends

Highlight any date in a year or every weekend in a month as special days using custom styling.


Week number

Show the week number of a selected date in the calendar by enabling the week number option.

Week Number in vue Calendar.


Web Accessibility in Vue Calendar.

Web accessibility

  • Fully supports WAI-ARIA accessibility guidelines that allow the calendar to be accessed by screen readers and assistive devices.
  • Follows WAI-ARIA best practices for implementing keyboard interaction.
  • UsesWCAG 2.0-based design for UI element visuals such as foreground color, background color, line spacing, text, and images.
  • Supports right-to-left (RTL) direction for users working in right-to-left languages like Hebrew and Arabic.

Accessibility

Keyboard navigation in Vue Calendar.

Keyboard navigation

The Vue Calendar component ensures that every cell is accessible using the keyboard. Major features like sort, select, and edit can be performed using keyboard commands alone; no mouse interaction is required. This helps in creating highly accessible applications using this component.

Accessibility and screen reader support in Vue Calendar.

Screen reader

The Vue Calendar view has complete WAI-ARIA accessibility support. The Calendar UI includes high-contrast visual elements that help visually impaired people to have the best viewing experience. Also, valid UI descriptions are easily accessible through assistive technologies such as screen readers.

Show right-to-left language in Vue Calendar.

Right to left (RTL)

Right-to-left rendering allows displaying the text and layout of the Calendar from right to left. This improves the user experience and accessibility for RTL languages.





Other supported frameworks

The Calendar component is also available in Blazor, Angular, React, and JavaScript frameworks. Check out the different Calendar platforms from the links below,

Supported browsers

The Vue Calendar works well with all modern web browsers such as Chrome, Firefox, Microsoft Edge, Safari, and Opera.

Supported browsers in Vue Calendar.

80+ VUE UI COMPONENTS

Frequently Asked Questions

You can find our Vue Calendar demo, which demonstrates how to render and configure the Calendar.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile