diff --git a/tracks/app/views/context/show.rhtml b/tracks/app/views/context/show.rhtml
index 8d4aaed5..5624668b 100644
--- a/tracks/app/views/context/show.rhtml
+++ b/tracks/app/views/context/show.rhtml
@@ -23,7 +23,7 @@
<%= options_from_collection_for_select(@projects, "id", "name" ) %>
- <%= date_select( "new_item", "due", :include_blank => true ) %>
+ <%= date_select( "new_item", "due", :include_blank => true, :start_year => 2005 ) %>
diff --git a/tracks/app/views/project/show.rhtml b/tracks/app/views/project/show.rhtml
index 52a77f52..2618aa58 100644
--- a/tracks/app/views/project/show.rhtml
+++ b/tracks/app/views/project/show.rhtml
@@ -30,7 +30,7 @@
- <%= date_select( "new_item", "due", :include_blank => true ) %>
+ <%= date_select( "new_item", "due", :include_blank => true, :start_year => 2005 ) %>
diff --git a/tracks/app/views/todo/_item.rhtml b/tracks/app/views/todo/_item.rhtml
index d1736f7b..48d3c50b 100644
--- a/tracks/app/views/todo/_item.rhtml
+++ b/tracks/app/views/todo/_item.rhtml
@@ -36,6 +36,6 @@
-<%= date_select( "item", "due", :include_blank => true, "tabindex" => 5 ) %>
+<%= date_select( "item", "due", :include_blank => true, :start_year => 2005, "tabindex" => 5 ) %>