Please help with this question
Write a JavaScript Webpage that reads in the date of a day in one textbox, the month in a second and the year in a third. At the push of a button then a text area should report the complete date, including placing the correct extension on the day number. ('st', 'nd', 'rd' or 'th'). Example : 2 April 1999 will produce: 'Today is the 2nd of April, 1999.'