顯示結果從 21 到 30 共計 35 條
-
05-20-2011 #21
請問大大。。。要如何修改24小時。。。
小弟看不慣國際時間。。。研究很久了。。。
找不到。。。var TwentyFourHourClock = false 改不到。。。
幫幫忙一下。。。謝謝﹗﹗﹗此篇文章於 05-20-2011 04:42 被 baby55 編輯。
-
05-20-2011 #22
請問一下 你們都下載的下來嗎?? 我怎麼都下不了???
都卡在下載框.......= =
-
05-20-2011 #23
很有質感的主題,感謝分享
辛苦您了!
-
05-20-2011 #24
下載的下來的大大們~可以傳給我嗎? 我都下載不了= = 麻煩大大們@@
-
05-20-2011 #25
簡單漂亮~不錯~
推一把!
-
05-20-2011 #26
真的是太感謝了!
大大的每個主題我都有收藏!!
真的是佩服大大釋出的每個主題。
感恩。
這主題收下了。
-
05-20-2011 #27
-
05-20-2011 #28
朋友...參考我以下代碼...我幫你修正好了12小時制
查找:LockBackground.HTML文件
替換成:代碼:// Convert an hours component of "0" to "12" //currentHours = ( currentHours == 0 ) ? currentHours + 24 : currentHours; // Convert the hours component to 12-hour format if needed //currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours; // Convert an hours component of "0" to "12" //currentHours = ( currentHours == 0 ) ? 12 : currentHours; // Compose the string for display var currentTimeString = currentHours + ":" + currentMinutes; // Update the time display document.getElementById("clock").firstChild.nodeValue = currentTimeString; } function amPm ( ) { var currentTime = new Date ( ); var currentHours = currentTime.getHours ( ); // Choose either "AM" or "PM" as appropriate var timeOfDay = ( currentHours < 12 ) ? "AM" : "PM"; // Convert the hours component to 12-hour format if needed currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours; // Convert an hours component of "0" to "12" currentHours = ( currentHours == 0 ) ? 12 : currentHours; // Compose the string for display var currentTimeString = timeOfDay;
搞定!!!!!!!!!!!!!!!!!!!!!!代碼:// Convert an hours component of "0" to "12" currentHours = ( currentHours == 0 ) ? currentHours + 24 : currentHours; // Convert the hours component to 12-hour format if needed currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours; // Convert an hours component of "0" to "12" currentHours = ( currentHours == 0 ) ? 12 : currentHours; // Compose the string for display var currentTimeString = currentHours + ":" + currentMinutes; // Update the time display document.getElementById("clock").firstChild.nodeValue = currentTimeString; } function amPm ( ) { var currentTime = new Date ( ); var currentHours = currentTime.getHours ( ); // Choose either "AM" or "PM" as appropriate //var timeOfDay = ( currentHours < 12 ) ? "AM" : "PM"; // Convert the hours component to 12-hour format if needed //currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours; // Convert an hours component of "0" to "12" //currentHours = ( currentHours == 0 ) ? 12 : currentHours; // Compose the string for display //var currentTimeString = timeOfDay;
-
05-20-2011 #29
THANKYOU
-
05-20-2011 #30
LEE大 你的主題鎖屏我都有下載
超喜歡的說~也希望大大能繼續加油為我們謀福利 哈哈!!







