ÆÄÀÏÀÌ »ý¼ºµÈ ÀÏÀÚ¸¦ ¹ÝȯÇÑ´Ù.
ÀÌ ¼Ó¼ºÀº ÀбâÀü¿ëÀÌ¸ç µðÆúÆ®°ªÀº ¾ø´Ù.
°³Ã¼ | script | HTML | ±Ô°Ý | IE |
---|
<SCRIPT> dateCreated=new Date(document.fileCreatedDate); now=new Date(); totalDays=(now.getTime()-dateCreated.getTime()) /86400000; document.write( 'ÆÄÀÏ »ý¼ºÀÏ('+dateCreated.toLocaleString()+')ºÎÅÍ ' +parseInt(totalDays)+'ÀÏÀÌ °æ°úµÇ¾ú´Ù.'); </SCRIPT>