aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/date_formats.html
diff options
context:
space:
mode:
authorMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-19 22:42:58 +0000
committerMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-19 22:42:58 +0000
commitf2fb805e1832dd579bac7fa7171192028e6b0c32 (patch)
tree9518c99d5643c714f0fb1054b67bdda98ab465c2 /demos/datepicker/date_formats.html
parent986505846ed27d34962353a967d1689cbdda4969 (diff)
downloadjquery-ui-f2fb805e1832dd579bac7fa7171192028e6b0c32.tar.gz
jquery-ui-f2fb805e1832dd579bac7fa7171192028e6b0c32.zip
updated the demo captions, and reordered the examples navigation
Diffstat (limited to 'demos/datepicker/date_formats.html')
-rw-r--r--demos/datepicker/date_formats.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/datepicker/date_formats.html b/demos/datepicker/date_formats.html
index 6027c5ffb..b1a7384d0 100644
--- a/demos/datepicker/date_formats.html
+++ b/demos/datepicker/date_formats.html
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
- <title>jQuery UI Datepicker - Date Formats</title>
+ <title>jQuery UI Datepicker - Format date</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
@@ -35,7 +35,7 @@
<div class="demo-description">
-<p>The datepicker may present the selected date in a variety of formats.</p>
+<p>Display date feedback in a variety of ways. Choose a date format from the dropdown, then click on the input and select a date to see it in that format.</p>
</div><!-- End demo-description -->