diff options
author | Richard Wall <richard@aziz> | 2010-06-12 15:58:35 +0100 |
---|---|---|
committer | Richard Wall <richard@aziz> | 2010-06-12 15:58:35 +0100 |
commit | 57b58f83bde08b385a7a997f1d35c43683b34b9b (patch) | |
tree | 19793979d938831b5c86c01d37447f86c6915007 /index.html | |
parent | 88784b808b8cc1394379b596ae0753753f8078f0 (diff) |
change max to tomorrow
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |