Hi I am trying to do this with Flash CS5,I pasted in that code,CS5 don't
understand it,a load of errors come up, I need the date like this in a
text box, "Saturday 10th August 2019"I have made the code to print out
"Saturday 10 August 2019" but missing the Suffix next to the
date...?Here is my code...function getToday(){var weekday_array:Array =
new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday",
"Friday", "Saturday");var today = new Date();var number =
today.getDate();var weekday:...