Không để được phục vụ, nhưng phục vụ Not to be served, but to serve (Mt. 20,28) ____________________________________ Hôm nay: today = new Date(); today = today.getDate()+"."+(today.getMonth()+1)+"."+today.getFullYear(); document.write(today+" "); (theo lịch và giờ trong máy của bạn) var canvas = document.getElementById("canvas"); var ctx = canvas.getContext("2d"); var radius = canvas.height / 2; ctx.translate(radius, radius); radius = radius * 0.90 setInterval(drawClock, 1000); function drawClock() { dr