原始生態javascript取得日期 複製程式碼 程式碼如下: <BR>var myDate = new Date();<BR> myDate.getYear(); //取得目前年份(2位元)<BR> myDate.getFullYear(2位元)<BR> myDate.getFullYear(); -????)<BR> myDate.getMonth(); //取得目前月份(0-11,0代表1月)<BR> myDate.getDate(); 🎜> myDate.getDay(); //取得目前星期X(0-6,0代表星期日)<BR> myDate.getTime(); myDate.getHours(); //取得目前小時數(0-23)<BR> myDate.getMinutes(); //取得目前分鐘數(0-59)<BR>Sec 秒數(0-59)<BR> myDate.getMilliseconds(); //取得目前毫秒數(0-999)<BR> myDate.toLocaleDateString();; (); //取得目前時間<BR> myDate.toLocaleString( ); //取得日期與時間<BR>if (mytime<"23:30:00")<BR>{<my); <BR>}<BR>基於jquery獲取日期 複製代碼程式碼如下: 當期時間 script><BR> <style type="text/css"><BR> .date{height:100px;line-height:100px;margin:0 auto;font-系列:Arial、Helvetica、無襯線字體大小; :40px;<BR> 邊框:實心1px #ccc;框陰影:0 0 3px rgba(0,0,0,0.3) 插圖;邊框半徑:5px ;text-shadow,1px 1p ,0.3);}<BR> .date Strong{padding:0 10px;display:inline-block;height:100px;border-right:solid 1px #ccc ;}<BR> ><BR><body><BR> <h1>js簡單的取得目前日期和時間<BR> <BR> < p class="date"><BR> <BR> <strong id="MH"><BR> <strong id="TD"><BR> 🎜> <strong id="H"><BR> <strong id="M"><BR> > <BR> <script type="text/javascript"><BR> $(document).ready( Interval(showTime, 1000); <BR> <BR> obj.text(txt <BR> var today = new Date();<BR> weekday[0]="星期一"<BR> "星期二"<BR> weekday[2]="星期三"<BR> 星期四"<BR> weekday[4]="星期五"<BR> <BR> weekday[6]="星期日" <BR> > var month=today.getMonth() "月";<BR> .getDate() "日;<BR> var d=weekday[today.getDay( var h=today.getHours();<BR> 含 var s=today. getSeconds(); <BR> timer($("#MH"),month); <BR> ); <BR> timer($("#D"),d);< timer($("#H"),h);<BR> timer($("#M"),m); <BR> timer($("#S"),s);< })<BR> 可判斷早安晚上好程式碼複製程式碼 程式碼如下: <BR>//定義一個tick函數,以取得系統的時間<BR>function tick()<BR>{<BR>var year,month,day, hours,minutes,seconds,ap;<BR>var intYear,intMonth,intDay,intHours,intMinutes,intSeconds;<BR>var today;<BR>today=new Date();<BR>intYear=today。 ;<BR>intMonth=today.getMonth() 1;<BR>intDay=today.getDate();<BR>intHours=today.getHours();<BR>intMinutes=today.getMinutes();<BR>>>🎜> =today.getSeconds();<BR>//取得系統時間的小時數<BR>if(intHours==0)<BR>{<BR>hours=intHours ":";<BR>ap="凌晨" ;<BR>}<BR>else if(intHours<12)<BR>{<BR>hours=intHours ":";<BR>ap="早晨";<BR>}<BR>else if(intHours= =12)<BR>{<BR>hours=intHours ":";<BR>ap="中午";<BR>}<BR>else<BR>{<BR>intHours=intHours-12;<BR> hours=intHours ":";<BR>ap="下午";<BR>}<BR>//取得系統時間的分數<BR>if(intMinutes<10)<BR>{<BR>minutes="0 " intMinutes ":";<BR>}<BR>else<BR>minutes=intMinutes ":";<BR>//取得系統時間的秒數<BR>if(intSeconds<10)<BR>seconds=" 0" intSeconds " ";<BR>else<BR>seconds=intSeconds " ";<BR>timeString=year month day hours minutes seconds ap;<BR>Clock.innerHTML=timeString;<每秒鐘執行一次tick函數<BR>}<BR>window.onload=tick;<BR>下面這句話是呼叫函數