From 12d7138a47d2c7a50ca8f0b2abb2266239c6197f Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 27 Apr 2014 19:48:36 -0400 Subject: Add support for the ISO 8601 date format (for due date) --- templates/task_edit.php | 1 + templates/task_new.php | 1 + 2 files changed, 2 insertions(+) (limited to 'templates') diff --git a/templates/task_edit.php b/templates/task_edit.php index 856f7d5d..9fe0418f 100644 --- a/templates/task_edit.php +++ b/templates/task_edit.php @@ -25,6 +25,7 @@
+

diff --git a/templates/task_new.php b/templates/task_new.php index efb9cb62..f5797cdf 100644 --- a/templates/task_new.php +++ b/templates/task_new.php @@ -24,6 +24,7 @@
+

-- cgit v1.2.3