diff --git a/module/my/view/todo.html.php b/module/my/view/todo.html.php
index 7215a8ae2e..6cfbc3f8ba 100644
--- a/module/my/view/todo.html.php
+++ b/module/my/view/todo.html.php
@@ -27,7 +27,7 @@
echo '' . html::a(inlink('todo', "date=future"), $lang->todo->futureTodos) . '';
echo '' . html::a(inlink('todo', "date=all"), $lang->todo->allDaysTodos) . '';
echo '' . html::a(inlink('todo', "date=before&account={$app->user->account}&status=undone"), $lang->todo->allUndone) . '';
- echo "" . html::input('date', $date,"class='w-date date'") . '';
+ echo "" . html::input('date', $date,"class='w-date date' onchange='changeDate(this.value)'") . '';
if($type == 'bydate')
{