description:'Defines the quantity of the selection, valid values are "single", "multiple" and "range".'
},
{
name:"dateFormat",
type:"string",
default:"null",
description:"Format of the date. Defaults to PrimeVue Locale configuration."
},
{
name:"inline",
type:"boolean",
default:"false",
description:"When enabled, displays the calendar as inline instead of an overlay."
},
{
name:"showOtherMonths",
type:"boolean",
default:"true",
description:"Whether to display dates in other months (non-selectable) at the start or end of the current month. To make these days selectable use the selectOtherMonths option."
},
{
name:"selectOtherMonths",
type:"boolean",
default:"false",
description:"Whether days in other months shown before or after the current month are selectable. This only applies if the showOtherMonths option is set to true."
},
{
name:"showIcon",
type:"boolean",
default:"false",
description:"When enabled, displays a button with icon next to input."
},
{
name:"icon",
type:"string",
default:"pi pi-calendar",
description:"Icon of the calendar button."
},
{
name:"numberOfMonths",
type:"number",
default:"1",
description:"Number of months to display."
},
{
name:"view",
type:"string",
default:"date",
description:'Type of view to display, valid valids are "date" for datepicker and "month" for month picker.'
},
{
name:"touchUI",
type:"boolean",
default:"false",
description:"When enabled, calendar overlay is displayed as optimized for touch devices."
},
{
name:"monthNavigator",
type:"boolean",
default:"false",
description:"Whether the month should be rendered as a dropdown instead of text."
},
{
name:"yearNavigator",
type:"boolean",
default:"false",
description:"Whether the year should be rendered as a dropdown instead of text."
},
{
name:"yearRange",
type:"string",
default:"null",
description:"The range of years displayed in the year drop-down in (nnnn:nnnn) format such as (2000:2020)."
},
{
name:"panelClass",
type:"string",
default:"null",
description:"Style class of the datetimepicker panel."
},
{
name:"minDate",
type:"Date",
default:"null",
description:"The minimum selectable date."
},
{
name:"maxDate",
type:"Date",
default:"null",
description:"The maximum selectable date."
},
{
name:"disabledDates",
type:"array",
default:"null",
description:"Array with dates to disable."
},
{
name:"disabledDays",
type:"array",
default:"null",
description:"Array with disabled weekday numbers."
},
{
name:"maxDateCount",
type:"number",
default:"null",
description:"Maximum number of selectable dates in multiple mode."
},
{
name:"showOnFocus",
type:"boolean",
default:"true",
description:"When disabled, datepicker will not be visible with input focus."
},
{
name:"autoZIndex",
type:"boolean",
default:"true",
description:"Whether to automatically manage layering."
},
{
name:"baseZIndex",
type:"number",
default:"0",
description:"Base zIndex value to use in layering."
},
{
name:"showButtonBar",
type:"boolean",
default:"false",
description:"Whether to display today and clear buttons at the footer"
},
{
name:"shortYearCutoff",
type:"string",
default:"+10",
description:"The cutoff year for determining the century for a date."
},
{
name:"showTime",
type:"boolean",
default:"false",
description:"Whether to display timepicker."
},
{
name:"timeOnly",
type:"boolean",
default:"false",
description:"Whether to display timepicker only."
},
{
name:"hourFormat",
type:"string",
default:"24",
description:"Specifies 12 or 24 hour format."
},
{
name:"stepHour",
type:"number",
default:"1",
description:"Hours to change per step."
},
{
name:"stepMinute",
type:"number",
default:"1",
description:"Minutes to change per step."
},
{
name:"stepSeconds",
type:"number",
default:"1",
description:"Seconds to change per step."
},
{
name:"showSeconds",
type:"boolean",
default:"false",
description:"Whether to show the seconds in time picker."
},
{
name:"hideOnDateTimeSelect",
type:"boolean",
default:"false",
description:"Whether to hide the overlay on date selection when showTime is enabled."
},
{
name:"timeSeparator",
type:"string",
default:":",
description:"Separator of time selector."
},
{
name:"showWeek",
type:"boolean",
default:"false",
description:"When enabled, calendar will show week numbers."
},
{
name:"manualInput",
type:"boolean",
default:"true",
description:"Wheter to allow prevents entering the date manually via typing."
},
{
name:"appendTo",
type:"string",
default:"body",
description:'A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are "body" for document body and "self" for the element itself.'