aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/alt-field.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/datepicker/alt-field.html')
-rw-r--r--demos/datepicker/alt-field.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/datepicker/alt-field.html b/demos/datepicker/alt-field.html
index 779325719..be00e0d73 100644
--- a/demos/datepicker/alt-field.html
+++ b/demos/datepicker/alt-field.html
@@ -16,7 +16,7 @@
</head>
<body>
-<p>Date: <input type="text" id="datepicker">&nbsp;<input type="text" id="alternate" size="30"/></p>
+<p>Date: <input type="text" id="datepicker">&nbsp;<input type="text" id="alternate" size="30"></p>
<div class="demo-description">
<p>Populate an alternate field with its own date format whenever a date is selected using the <code>altField</code> and <code>altFormat</code> options. This feature could be used to present a human-friendly date for user selection, while passing a more computer-friendly date through for further processing.</p>