summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Wall <richard@aziz>2010-06-12 15:58:35 +0100
committerRichard Wall <richard@aziz>2010-06-12 15:58:35 +0100
commit57b58f83bde08b385a7a997f1d35c43683b34b9b (patch)
tree19793979d938831b5c86c01d37447f86c6915007
parent88784b808b8cc1394379b596ae0753753f8078f0 (diff)
change max to tomorrow
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index c191051..8329f41 100644
--- a/index.html
+++ b/index.html
@@ -200,7 +200,7 @@
];
$(function() {
- $(":date").dateinput({format: 'mmm dd yyyy', max: new Date()});
+ $(":date").dateinput({format: 'mmm dd yyyy', max: +1});
// when first date input is changed
$(":date[name=startTime]").data("dateinput").change(function() {
$(":date[name=endTime]").data("dateinput").setMin(this.getValue(), true);