diff --git a/www/todo/main.js b/www/todo/main.js index 0b54a96e8..3a7921f47 100644 --- a/www/todo/main.js +++ b/www/todo/main.js @@ -79,9 +79,10 @@ define([ $('', { 'class': 'cp-task-text' }) .text(entry.task) .appendTo($taskDiv); + /* $('', { 'class': 'cp-task-date' }) - .text(new Date(entry.ctime).toLocaleString()) - .appendTo($taskDiv); + .text(new Date(entry.ctime).toLocaleDateString()) + .appendTo($taskDiv);*/ $('