FullDateTimePicker

This component allows you to create a datetime component in what you can especify even more the date that you want to insert. It depends on YearSummerTrimesterDateComponent, DateTimeTabsSelectorComponent.

Example

FullDateTimePicker

<full-date-time-picker
    is-required="false",
    :editable="true",
    :show-clear-button="true",
    :show-today-button="true",
    position="is-top-right"
>
    <slot name="input-label" />
</full-date-time-picker>

Props

NameDescriptionTypeRequiredDefault
valueInner value of the componentfalsenull
activeOperatorAllows you to indicate the active operator in the componentStringfalse"date"
trimesterSummerDateFormatAllows you to indicate the format of the returned year-summer-trimester-date-componentStringfalse"YYYY-MM-DD"
editableAllows you to indicate if the date-time-tabs-selector-component is editableBooleanfalsetrue
showClearButtonAllows you to indicate if the clear bottom will be displayed or notBooleanfalsetrue
showTodayButtonAllows you to indicate if the today button will be displayed or notBooleanfalsetrue
validationModeValidation mode to ValidationProviderStringfalse"aggressive"
hideValidationValidation mode to ValidationProviderBooleanfalsefalse
localeLocale string {en, es ...} for display language on componentStringfalse"en"

Events

Event NameDescriptionParameters
operatorUpdated--
input--