財務及電腦軟體理論及實務
油畫世界
Taiwanese in Vietnam
Finamcial controllor and Software designer
oil painting
2013年10月5日 星期六
JAVA SCRIPT-日期物件範例
<Script> var today = new Date(); var month = today.getMonth()+1; var date = today.getDate(); var day = today.getDay(); document.write("今天是"); document.write(month, "月"); document.write(date, "日"); document.write("星期", day);</Script>
沒有留言:
張貼留言