Test 1: Two Calendars bound to each other, a TextBox and an mvc Output field.

-
January
February
March
April
May
June
July
August
September
October
November
December
August
+
SMTWTFS
2627282930311
2345678
9101112131415
16171819202122
23242526272829
303112345
-
January
February
March
April
May
June
July
August
September
October
November
December
August
+
SMTWTFS
2627282930311
2345678
9101112131415
16171819202122
23242526272829
303112345
Sat Aug 01 1987 00:00:00 GMT+0000 (Coordinated Universal Time)
Set Calendar to dateStamp.fromISOString("1989-09-07") (Sep 7 1989)
Set TextBox to dateStamp.fromISOString("1991-05-05") (May 5, 1991)
Set TextBox to ISO String("2011-11-06") (Nov 6, 2011) fails on IE
Reset Calendar back to (Aug 1 1987)

Test 2: Two DateTextBoxes bound to each other, a TextBox and an mvc Output field.

Sun Nov 06 2011 00:00:00 GMT+0000 (Coordinated Universal Time)
Set DateTextBox to new Date(1993,9,28) (Oct 28, 1993)
Set DateTextBox to dateStamp.fromISOString("1997-10-14") (Oct 14 1997)
Set TextBox to ISO String("1991-05-05") (May 5, 1991)
Reset DateTextBox back to (Nov 6 2011)

Test 3: One Calendar bound to a DateTextbox, a TextBox and an mvc Output field.

-
January
February
March
April
May
June
July
August
September
October
November
December
August
+
SMTWTFS
31123456
78910111213
14151617181920
21222324252627
28293031123
45678910
Sat Aug 27 2011 00:00:00 GMT+0000 (Coordinated Universal Time)
Set Calendar to dateStamp.fromISOString("1997-10-14") (Oct 14 1997)
Set TextBox to dateStamp.fromISOString("2011-11-06") (Nov 6, 2011)
Set TextBox to ISO String("1991-05-06") via new Date (May 5, 1991)
Reset Calendar back to (Aug 27 2011)
DEPRECATED: dojox/mvc/StatefulModel Use dojox/mvc/getStateful, dojox/mvc/getPlainValue, dojox/mvc/StatefulArray or one of the dojox/mvc/*RefControllers instead
DEPRECATED: dojox.mvc._DataBindingMixin Use dojox/mvc/at for data binding.
EXPERIMENTAL: dojox.mvc -- APIs subject to change without notice.