el-datetime-picker

Configure el-date-picker with type, format, and default-time props.

21|2|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/jiaiyan/element-plus-skills --skill el-datetime-picker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: el-datetime-picker
Source: https://github.com/jiaiyan/element-plus-skills/tree/main/components/el-datetime-picker
Command: npx skills add https://github.com/jiaiyan/element-plus-skills --skill el-datetime-picker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DateTimePicker enables a single, cohesive UI for selecting date and time, reducing form friction and ensuring consistent timestamps.

Core Features & Use Cases

  • Single picker for both date and time, including date-time ranges.
  • Supports default time values, custom formats, and precise time selection.
  • Ideal for scheduling, event creation, and any form requiring timestamped inputs.

Quick Start

Add an el-date-picker with type=datetime to your form and bind it to a data value.

Frequently Asked Questions about el-datetime-picker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a single datetime picker to a Vue form using Element Plus?

A unified datetime picker reduces form friction by providing a single UI for selecting date and time, ensuring consistent timestamps for scheduling, event creation, and appointment booking workflows.

Can I bind custom formats and events to an Element Plus date-time picker?

Yes, the Element Plus date-time picker handles date-time ranges, allowing users to select a precise start and end timestamp within a single, cohesive UI element for scheduling workflows.

Does a unified datetime picker support date-time ranges for scheduling?

Yes, the unified datetime picker handles date-time ranges, allowing users to select a precise start and end timestamp within a single, cohesive UI for scheduling workflows and event creation.

What is the best way to reduce timestamp input friction in frontend forms?

The best way to reduce timestamp input friction is using a unified datetime picker, which consolidates date and time selection into one cohesive UI to ensure consistent timestamps.

How do I configure default time values for a date picker in Vue?

You can configure default time values by applying the default-time prop on the el-date-picker component, ensuring precise time selection alongside custom formats for your scheduling workflows.