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 DateTime Picker is a lightweight and mobile-friendly component that allows end users to enter or select date and time values from a pop-up calendar and drop-down time list. It provides month, year, and decade views for quick navigation to the desired date.


Vue DateTime Picker with masked date-time input

Masked date-time input

Allows users to enter valid dates and times in the correct format and avoid data input errors during data entry.


Custom date and time format

Change the default culture’s specific date and time format in the text box to improve readability or enter the value properly.


Date and time range

You can restrict the DateTimePicker, so that only date and time values within a specific range can be entered or selected by specifying the min and max date time options.


Disable dates

Disable any date in the DateTimePicker to show it as an inactive date. Easily prevent weekends and holidays from selection by disabling them in the pop-up calendar.


DateTimePicker in multiple languages

Update the culture-specific datetime 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 feature.


Date and time validation

Allow only valid values to be entered in the DateTimePicker component’s input by validating them with disabled, out-of-min, and out-of-max date-time.

Date and time validation


Custom DateTimePicker

Apart from the standard built-in themes, Vue DateTimePicker allows complete control to customize its appearance to suit your application.


Highlight weekends

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


Change the first day of the week

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


Week number in popup calendar

Show the week number of the selected day in the pop-up calendar by enabling the week number option.


Islamic DateTimePicker

In addition to the Gregorian DateTimePicker, the Vue DateTimePicker component supports displaying the Islamic DateTimePicker (Hijri DateTimePicker).


Web accessibility

  • Fully supports WAI-ARIA accessibility that allows the DateTimePicker to be accessed by screen readers and assistive devices.
  • Follows WAI-ARIA best practices for implementing keyboard interaction.
  • Uses WCAG 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 with right-to-left languages like Hebrew and Arabic.

Responsive UI

The Vue DateTimePicker provides a responsive mode that gives an adaptive UI appearance for mobile devices.

Vue datetimepicker shows the calendar at the center of the screen on mobile devices


Developer-friendly APIs

You can control all UI elements and their behaviors according to the end user’s requirements using a rich set of developer-friendly APIs.

Built-in themes

The Vue DateTimePicker 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.


Other supported frameworks

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


Vue DateTime Picker Code Example

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

<template>
<div class="col-lg-12 control-section">
    <div id="wrapper">
         <ejs-datetimepicker id="datetimepicker" :placeholder="waterMarkText"></ejs-datetimepicker>
    </div>
</div>
</template>


<script>

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

Vue.use(DateTimePickerPlugin);
export default Vue.extend({
  data: function() {
    return {
      waterMarkText: "Select a date and time"
    };
  }
});
</script>


<style scoped>
#wrapper {
  max-width: 246px;
  margin: 30px auto;
  padding-top: 15px;
}
</style>



80+ VUE UI COMPONENTS

Frequently Asked Questions

  • A user-friendly and advanced text input datetime picker.
  • Built-in validation, auto date and time format, mask support and range restriction.
  • Supports standard Syncfusion themes which include Bootstrap v5 and Tailwind CSS.
  • Multiple calendars, such as Gregorian and Hijri are supported in internationalization, with a fully configurable UI and web accessibility.
  • Basic views in the calendar like month, year, and decade.
  • Customizable week numbers, week rules, and first day of the week.
  • Adapts to different time zones instantly.
  • Simple configuration and API.
  • Supports all modern browsers.
  • Mobile-touch friendly and responsive.
  • One of the best Vue DateTime Picker in the market that offers feature-rich UI to interact with the software.
  • Extensive demos and documentation to learn quickly and get started with Vue DateTime Picker.

You can find our Vue DateTime Picker 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, 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