Class: blueprintjs.MinimalDateRange

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

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

Constructor

new blueprintjs.MinimalDateRange(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