From 57b58f83bde08b385a7a997f1d35c43683b34b9b Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Sat, 12 Jun 2010 15:58:35 +0100 Subject: change max to tomorrow --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3