• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
  • Wrapper Components
    • Introduction
    • Barcodes
    • Buttons
    • Charts
    • Chat
    • DataSource
    • Date Inputs
      • Overview
      • Calendar
      • DateInput
      • DatePicker
      • DateRangePicker
      • DateTimePicker
      • MultiViewCalendar
      • TimePicker
      • API
    • Diagram
    • Dialog
    • Dropdowns
    • DropDownTree
    • Editor
    • Gantt
    • Gauges
    • Grid (wrapper)
    • Inputs
    • Layout
    • List Views
    • ListBox
    • Map
    • MediaPlayer
    • PivotGrid
    • Popups
    • Scheduler
    • ScrollView
    • Spreadsheet
    • TreeList
    • TreeMap
    • TreeView
    • Upload
    • Validator
    • Window
    • Framework & Features
    • Globalization
    • Troubleshooting
    • Using Wrapper Components in Vite
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

MonthProps

month-content String

The template that will be used by the DateTimePicker for rendering the cells in the min-max range in the month view.

month-week-number String

The template which will be used by the DateTimePicker for rendering the cells in the week column. By default, the DateTimePicker renders the calculated week of the year.

The supported properties in the data object are:

  • currentDate—Returns the first date of the current week.
  • weekNumber—The calculated week number.

You can use the currentDate and weekNumber properties in the template to make additional calculations.

month-empty String

The template that will be used by the DateTimePicker for rendering the cells outside the min-max range in the month view.