• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
New to Kendo UI for Angular? Start a free 30-day trial

DateInputFormatPlaceholder

The union type which defines all possible format options of the DateInput placeholder.

The available options are:

  • 'wide'—Displays the full description of the format section. For example, turns MM into month.

Retrieved from CLDR.

  • 'narrow'—Displays the narrow description of the format section. For example, turns MM into mo..

Retrieved from CLDR.

  • 'short'—Displays the short description of the format section. For example, turns MM into mo..

Retrieved from CLDR. *'formatPattern'—Directly displays the format section. For example, turns MM into MM.

type DateInputFormatPlaceholder = "wide" | "narrow" | "short" | "formatPattern" | DateInputCustomFormatPlaceholder;

In this article

Not finding the help you need?