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

Sat Aug 01 1987 00:00:00 GMT+0000 (Coordinated Universal Time)
Set Calendar to dateStamp.fromISOString("1991-09-07") (Sep 7 1991)
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.

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-06T01:00:00") via new Date (May 5, 1991)
Reset Calendar back to (Aug 27 2011)