The Vue DatePicker is a lightweight and mobile-friendly component that allows end users to enter or select a date value. It has 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.
Allows users to enter valid dates in the correct format and avoid data input errors during data entry.
Select only the month or year as a value (Month Picker or Year Picker) from a pop-up calendar.
Change the default culture’s specific date format in the text box to improve readability or to enter the date properly.
You can restrict the Vue DatePicker so that only a date value within a specific range of dates can be entered or selected by specifying the min and max date options.
Disable any date in DatePicker to show it as an inactive date. Easily prevent weekends and holidays from selection by disabling them in the pop-up calendar.
Date values are validated within a min and max range. Strict mode behavior is used to enforce entering only a valid date value. In a form component, integrate the form validation plugin to perform custom validation in the date text box.
Update the culture-specific date format and first day of the week, and translate the names of months, days, and today button text to any supported language with our globalization features.
Apart from the standard, built-in theme, Vue DatePicker provides you with complete control over the appearance of the component to customize the style to suit your application.
Highlight any date in a year or every weekend in a month as special days using custom styling.
Auto-update the first day of the week based on the specified culture or change it based on your application.
Show the week number of the selected day in the pop-up calendar by enabling the week number option.
In addition to the Gregorian DatePicker, the Vue DatePicker component supports displaying the Islamic DatePicker (Hijri DatePicker).
The Vue DatePicker provides a responsive mode that gives an adaptive, redesigned UI appearance for mobile devices.
You have control over all the UI elements and behaviors of the components with a rich set of developer-friendly APIs so that you can provide the best experience to your end users.
The Vue DatePicker supports several built-in themes such as Material, Bootstrap, Fabric (Office 365), Tailwind CSS, and High Contrast. Users can customize any one of these built-in themes or create new themes to achieve their own desired look and feel either by simply overriding SASS variables or using our Theme Studio application.
Easily get started with the Vue DatePicker using a few simple lines of Vue codes as demonstrated below. Also explore our Vue DatePicker Example that shows you how to render and configure a DatePicker in Vue.
<template>
<div class="col-lg-12 control-section">
<div id="wrapper">
<ejs-datepicker id="datepicker" :placeholder="waterMarkText"></ejs-datepicker>
</div>
</div>
</template>
<script>
import Vue from "vue";
import { DatePickerPlugin } from "@syncfusion/ej2-vue-calendars";
Vue.use(DatePickerPlugin);
export default Vue.extend({
data: function() {
return {
waterMarkText: "Choose a date"
};
}
});
</script>
<style scoped>
#wrapper {
max-width: 246px;
margin: 30px auto;
padding-top: 15px;
}
</style>
The DatePicker component is also available in Blazor, React, Angular, and JavaScript frameworks. Check out the different DatePicker platforms from the links below,
You can find our Vue DatePicker demo here.
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 and five or fewer developers.
A good place to start would be our comprehensive getting started documentation.
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.