diff -r 000000000000 -r 40c8f766c9b8 src/cm/media/js/lib/flexible-js-formatting/dates/date-chooser-demo.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/flexible-js-formatting/dates/date-chooser-demo.html Mon Nov 23 15:14:29 2009 +0100 @@ -0,0 +1,48 @@ + + + +Javascript Date Chooser Demo + + + + + + + +

Here are some demos of the Javascript date chooser functionality.

+ +
+ +

Here’s one that chooses dates in ISO-8601 format.

+ + + + +

Here’s one that chooses dates with time in ISO-8601 format. It uses the pattern defined as a static property of the Date class.

+ + + + + +

Here’s another that chooses dates in a format with which most Americans will be familiar. It uses the pattern defined as a static property of the Date class.

+ + + + + +

Finally, these form fields are to test whether the date chooser shows up correctly when there is a form field behind it.

+ + +
+ +
+ + +