diff --git a/demos/datepicker/alt_field.html b/demos/datepicker/alt_field.html index 70108a194..24e93021a 100644 --- a/demos/datepicker/alt_field.html +++ b/demos/datepicker/alt_field.html @@ -1,33 +1,33 @@ - - - - jQuery UI Datepicker - Alternate Field - - - - - - - - - -
- -

Date:  

- -
- -
- -

The datepicker can populate an alternate field, with its own format, whenever a date is selected. - This feature might be used to present a human-friendly date for user selection, - while passing a more computer-friendly date through for further processing.

- -
- - - + + + + jQuery UI Datepicker - Alternate Field + + + + + + + + + +
+ +

Date:  

+ +
+ +
+ +

The datepicker can populate an alternate field, with its own format, whenever a date is selected. + This feature might be used to present a human-friendly date for user selection, + while passing a more computer-friendly date through for further processing.

+ +
+ + + diff --git a/demos/datepicker/date_formats.html b/demos/datepicker/date_formats.html index 2e4decf1a..361b08959 100644 --- a/demos/datepicker/date_formats.html +++ b/demos/datepicker/date_formats.html @@ -1,40 +1,40 @@ - - - - jQuery UI Datepicker - Date Formats - - - - - - - - - -
- -

Date:   -

- -
- -
- -

The datepicker may present the selected date in a variety of formats.

- -
- - - + + + + jQuery UI Datepicker - Date Formats + + + + + + + + + +
+ +

Date:   +

+ +
+ +
+ +

The datepicker may present the selected date in a variety of formats.

+ +
+ + + diff --git a/demos/datepicker/icon_trigger.html b/demos/datepicker/icon_trigger.html index 29afcfcd6..2654e5f37 100644 --- a/demos/datepicker/icon_trigger.html +++ b/demos/datepicker/icon_trigger.html @@ -1,33 +1,33 @@ - - - - jQuery UI Datepicker - Icon Trigger - - - - - - - - - -
- -

Date:

- -
- -
- -

This datepicker is triggered by clicking on the icon following the field, - instead of the field gaining focus. You can also set the datepicker to - open in both cases.

- -
- - - + + + + jQuery UI Datepicker - Icon Trigger + + + + + + + + + +
+ +

Date:

+ +
+ +
+ +

This datepicker is triggered by clicking on the icon following the field, + instead of the field gaining focus. You can also set the datepicker to + open in both cases.

+ +
+ + + diff --git a/demos/datepicker/localisation.html b/demos/datepicker/localisation.html index 75ff585ab..a9bf33787 100644 --- a/demos/datepicker/localisation.html +++ b/demos/datepicker/localisation.html @@ -1,113 +1,113 @@ - - - - jQuery UI Datepicker - Localisation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -

Date:   -

- -
- -
- -

The datepicker may be localised for other languages and date preferences. - There is built-in support for languages that read right-to-left, such as Arabic and Hebrew.

- -
- - - + + + + jQuery UI Datepicker - Localisation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

Date:   +

+ +
+ +
+ +

The datepicker may be localised for other languages and date preferences. + There is built-in support for languages that read right-to-left, such as Arabic and Hebrew.

+ +
+ + + diff --git a/demos/datepicker/min_max.html b/demos/datepicker/min_max.html index 2287cd93b..ae20659d4 100644 --- a/demos/datepicker/min_max.html +++ b/demos/datepicker/min_max.html @@ -1,34 +1,34 @@ - - - - jQuery UI Datepicker - Minimum and Maximum - - - - - - - - - -
- -

Date:

- -
- -
- -

The datepicker may have a minimum and/or maximum date set to restrict the range of possible dates. - These dates may be set as actual dates (new Date(2009, 1 - 1, 26)), as a numeric offset from - today (-20), or as a string of periods and units ('+1M +10D'). For the last, use 'D' for days, - 'W' for weeks, 'M' for months, or 'Y' for years.

- -
- - - + + + + jQuery UI Datepicker - Minimum and Maximum + + + + + + + + + +
+ +

Date:

+ +
+ +
+ +

The datepicker may have a minimum and/or maximum date set to restrict the range of possible dates. + These dates may be set as actual dates (new Date(2009, 1 - 1, 26)), as a numeric offset from + today (-20), or as a string of periods and units ('+1M +10D'). For the last, use 'D' for days, + 'W' for weeks, 'M' for months, or 'Y' for years.

+ +
+ + +