Flash Date Errors
Flash has a lot of functions for creating and setting dates but you have to be careful using them. In fact it may be safer not to use them at all.
Consider this action script:
birthdate.setDay(17);
birthdate.setMonth(7);
birthdate.setDay(1969);