--- date_token.inc.orig	2009-05-20 12:37:48.000000000 -0400
+++ date_token.inc	2009-05-20 12:35:11.000000000 -0400
@@ -28,6 +28,23 @@ function date_token_list($type = 'all') 
     $tokens['date']['time']           = t("Time H:i");
     
     $tokens['date']['to-????']        = t("If the field has a to-date defined, the same tokens exist in the form: [to-????], where ???? is the normal token.");
+    $tokens['date']['to-value']          = t("The raw to-date value.");
+    $tokens['date']['to-view']           = t("The formatted to-date.");
+    $tokens['date']['to-timestamp']      = t("The raw to-date timestamp.");
+    $tokens['date']['to-yyyy']           = t("To-date year (four digit)");
+    $tokens['date']['to-yy']             = t("To-date year (two digit)");
+    $tokens['date']['to-month']          = t("To-date month (full word)");
+    $tokens['date']['to-mon']            = t("To-date month (abbreviated)");
+    $tokens['date']['to-mm']             = t("To-date month (two digit, zero padded)");
+    $tokens['date']['to-m']              = t("To-date month (one or two digit)");
+    $tokens['date']['to-ww']             = t("To-date week (two digit)");
+    $tokens['date']['to-date']           = t("To-date date (YYYY-MM-DD)");
+    $tokens['date']['to-datetime']       = t("To-date datetime (YYYY-MM-DDTHH:MM:SS)");
+    $tokens['date']['to-day']            = t("To-date day (full word)");
+    $tokens['date']['to-ddd']            = t("To-date day (abbreviation)");
+    $tokens['date']['to-dd']             = t("To-date day (two digit, zero-padded)");
+    $tokens['date']['to-d']              = t("To-date day (one or two digit)");
+    $tokens['date']['to-time']           = t("To-time H:i");
  
     return $tokens;
   }
