@២០១៣-រក្សាសិទ្ធិគ្រប់យ៉ាងដោយអគ្គិសនីកម្ពុជា\នាយកដ្ឋាន ម.អ.ជ. |
$(function(){ $("#clock2").MyDigitClock({ fontSize:25, fontFamily:"Myriad Pro,Times New Roman,Verdana,Century gothic", fontColor: "#046bca", fontWeight:"bold", bAmPm:true, background:'#fff', bShowHeartBeat:false }); }); //function createCookie(name,value,days) { // if (days) { // var date = new Date(); // date.setTime(date.getTime()+(days*24*60*60*1000)); // var expires = "; expires="+date.toGMTString(); // } // else var expires = ""; // document.cookie = name+"="+value+expires+"; path=/"; // }