• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

DateFormats

The format that is used to display the labels when they are dates.

The Chart selects the appropriate format for the current baseUnit. Setting the format option of the labels overrides the date formats.

NameTypeDefaultDescription

days?

string

The provided format when the axis baseUnit is set to "days".

hours?

string

The provided format when the axis baseUnit is set to "hours".

milliseconds?

string

The provided format when the axis baseUnit is set to "milliseconds".

minutes?

string

The provided format when the axis baseUnit is set to "minutes".

months?

string

The provided format when the axis baseUnit is set to "months".

seconds?

string

The provided format when the axis baseUnit is set to "seconds".

weeks?

string

The provided format when the axis baseUnit is set to "weeks".

years?

string

The provided format when the axis baseUnit is set to "years".