Class: blueprintjs.MinimalDate

blueprintjs.blueprintjs.MinimalDate(container, format, minDate, maxDate)

A skeleton to ease the creation of a minimal Blueprintjs date element.

Constructor

new blueprintjs.MinimalDate(container, format, minDate, maxDate)

Parameters:
Name Type Description
container Element

the parent element.

format string

the date format (optional). Default is 'yyyy-MM-dd'.

minDate Date

the earliest date the user can select (optional).

maxDate Date

the latest date the user can select (optional).

Source:

Extends

  • blueprintjs.Blueprintjs