作者ckf (看到螢幕就會頭暈的病)
看板Web_Design
標題Re: [問題] 日期設定
時間Fri Oct 22 23:27:03 2004
※ 引述《ren1107 (jen)》之銘言:
: 請問一下:
: 我用FrontPage製作網頁,
: 在[插入]/[日期及時間]→裡面只能顯示"最近編輯的日期"或"最近更新的日期",
: 請問:
: 要如何才能插入即時的日期呢?
: 也就是"日期"會自己跑.....像今天是04/10/22,明天它會自動跳到04/10/23.....
: 感謝!
<script>
today=new Date()
Year=today.getYear()
Month=today.getMonth()
Date=today.getDate()
document.write(Year,"/",Month,"/",Date)
</script>
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 218.168.38.138
1F:推 ren1107:感謝... 61.229.151.235 10/26