Function getdate () {var TodayDate = new Date (); day = TodayDate.getdate (); month = TodayDate.getMonth () 1; year = TodayDate.GetyEar () 1900;
Document.write (1900 year); Document.write (Month);
Document.write (date); RETURN DAY "-" Year "-" MONTH;
}