alright, i have a code that tells me what day you are born only if i type you b-day in the actionscript. and my question is how can i have a input box, and when they type in their birthday, it will display what day they are born inside a dynamic text box. heres the code of what i have atm, of just the basic code where i have to put the b-day in to get it to display the day.
dayArray = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
myBday = new Date(87,1,23);
myBDOW = myBday.getDay();
day_txt.text = dayArray[myBDOW];
thanks
-Devyn
Inputing DOB, and getting your birth day
Started by Clandestine, Jan 24 2006 09:23 AM
1 reply to this topic
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
