# XWUIInputDatePicker

XWUIInputDatePicker Component XWUIInputPicker using XWUIInputDate on activation..

## Basic Usage

XWUIInputDatePicker Component XWUIInputPicker using XWUIInputDate on activation.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: XWUIInputDatePicker Component XWUIInputPicker using XWUIInputDate on activation.
```

## Real-World

InputDatePicker in a realistic application context.

```example
file: examples/RealWorld.ts
html: examples/RealWorld.html
title: Real-World
description: InputDatePicker in a realistic application context.
```

## Birthday Field

A date-of-birth picker in DD/MM/YYYY format, capped at today so no future date can be chosen.

```example
file: examples/BirthdayField.ts
html: examples/BirthdayField.html
title: Birthday Field
description: Day-first DD/MM/YYYY date of birth with a maxDate of today.
```

## Iconless Start Date

A booking start-date field with the calendar icon hidden and a minDate of today to block past dates.

```example
file: examples/IconlessStartDate.ts
html: examples/IconlessStartDate.html
title: Iconless Start Date
description: Icon-free trigger plus a minDate of today for forward-only dates.
```

```api
```
