diff --git a/docs/migration.txt b/docs/migration.txt
index 7622b8c18..a6bea8c8b 100644
--- a/docs/migration.txt
+++ b/docs/migration.txt
@@ -53,8 +53,18 @@ There have currently been no changes to the scheduler API.
5. System Changes Affecting Migration
-------------------------------------
-5.1 Nothing Yet
+5.1 Set Date Format Changes
+
+In 6.0 the "set date" format used by WebGUI::Form::date() and other methods
+was changed from "MM/DD/YYYY" to "YYYY-MM-DD" and optionally "YYYY-MM-DD
+HH:MM:SS". If you are using WebGUI::FormProcessor to handle processing of your
+dates then you will notice no side effects from the format change. If you are
+not, then you should convert your plugin to use WebGUI::FormProcessor.
+
+In addition to the format change above, we also made one related API change.
+WebGUI::Form::dateTime() and WebGUI::HTMLForm->dateTime() no longer have
+"dateExtras" and "timeExtras", but rather just "extras" properties. This is
+because there is only one field to represent both the date and the time,
+unlike before.
-There have currently been no changes to the system that would affect any normal
-use of the API's by plugins.
diff --git a/docs/previousVersion.sql b/docs/previousVersion.sql
index dfe283abe..385022ab7 100644
--- a/docs/previousVersion.sql
+++ b/docs/previousVersion.sql
@@ -17036,5 +17036,5 @@ update style set styleId=10 where styleId=-10;
delete from style where styleId<0;
update incrementer set nextValue=nextValue+1 where incrementerId='styleId';
update page set styleId=1000 where styleId=-8;
-INSERT INTO style VALUES (1000,'WebGUI 6','\r\n ','
\r\n^AdminBar(1);\r\n\r\n\r\n\r\n \r\n  | \r\n ^L(17,"",2); ^AdminToggle; | \r\n  | \r\n
\r\n
\r\n\r\n\r\n \r\n \r\n \r\n \n \r\n \n \r\n | \r\n \r\n ^Spacer(56,1); ^Spacer(26,1); | \r\n
\r\n
\r\n\r\n\r\n \r\n | ^Spacer(53,59); | \r\n ^D(\"%c %D, %y\"); | \r\n  | \r\n ^PageTitle; | \r\n ^Spacer(53,59); | \r\n
\r\n
\r\n\r\n\r\n\r\n \r\n | ^Spacer(53,1); | \r\n \r\n \r\n \r\n^FlexMenu;\r\n \r\n \r\n | \r\n\r\n  | \r\n \r\n ^-; | \r\n ^Spacer(53,1); | \r\n
\r\n
\r\n\r\n\r\n\r\n \r\n  | \r\n
\r\n \r\n  | \r\n
\r\n
\r\n\r\n\r\n^AdminBar(1);\r\n\r\n\r\n\r\n \r\n  | \r\n ^L(17,"",2); ^AdminToggle; | \r\n  | \r\n
\r\n
\r\n\r\n\r\n \r\n \r\n \r\n \n \r\n \n \r\n | \r\n \r\n ^Spacer(56,1); ^Spacer(26,1); | \r\n
\r\n
\r\n\r\n\r\n \r\n | ^Spacer(53,59); | \r\n ^D(\"%c %D, %y\"); | \r\n  | \r\n ^PageTitle; | \r\n ^Spacer(53,59); | \r\n
\r\n
\r\n\r\n\r\n\r\n \r\n | ^Spacer(53,1); | \r\n \r\n \r\n \r\n^FlexMenu;\r\n \r\n \r\n | \r\n\r\n  | \r\n \r\n ^-; | \r\n ^Spacer(53,1); | \r\n
\r\n
\r\n\r\n\r\n\r\n \r\n  | \r\n
\r\n \r\n  | \r\n
\r\n
\r\n
-
-
-
-