From 6708ba3b03e05ada12b4667928329041c47b35e4 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Sat, 10 Jul 2010 17:26:52 +0100 Subject: partially working selectable time range and tzoffset --- index.html | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index b4e0ab8..cec632a 100644 --- a/index.html +++ b/index.html @@ -116,15 +116,6 @@ } $(function() { - // Add dhtml calendars to the date input fields - $(":date").dateinput({format: 'mmm dd yyyy', max: +1}); - $(":date[name=startTime]").data("dateinput").change(function() { - $(":date[name=endTime]").data("dateinput").setMin(this.getValue(), true); - }); - $(":date[name=endTime]").data("dateinput").change(function() { - $(":date[name=startTime]").data("dateinput").setMax(this.getValue(), true); - }); - // Setup dhtml tabs $(".css-tabs").tabs(".css-panes > div", {history: true}); @@ -143,11 +134,11 @@
- - - + + + + -
-- cgit v1.2.3-2-g168b