Để nó trong thẻ: <BODY></BODY> <SCRIPT language=javascript type=text/javascript> var now = new Date(); var days = new Array('Chủ nhật','Thứ hai','Thứ ba','Thứ tư','Thứ năm','Thứ sáu','Thứ bảy'); var months = new Array('tháng 01','tháng 02','tháng 03','tháng 04','tháng 05','tháng 06','tháng 07','tháng 08','tháng 09','tháng 10','tháng 11','tháng 12'); var date = ((now.getDate()<10) ? "0" : "")+ now.getDate(); function y2k(number){return (number < 1000) ? number + 1900 : number;} mod = "" mod += days[now.getDay()] + ", ngày " + date + " " mod += months[now.getMonth()] + " năm " + (y2k(now.getYear())) document.write(mod) </SCRIPT> . Array('Chủ nhật',&apos ;Thứ hai',&apos ;Thứ ba',&apos ;Thứ tư',&apos ;Thứ năm& apos;,&apos ;Thứ sáu',&apos ;Thứ bảy'); var months. ngày " + date + " " mod += months[now.getMonth()] + " năm " + (y2k(now.getYear())) document.write(mod) </SCRIPT>