HACKIS - Hacking Internet Security
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Tuyệt Kỹ Đong Giai Chân Kinh (tuyệt Kỹ cua trai)
Đoạn Script này giúp Website bạn hiển thị ngày tháng năm và thời gian EmptyThu Aug 23, 2012 5:38 am by Admin

» Tuyệt kỹ cua giai
Đoạn Script này giúp Website bạn hiển thị ngày tháng năm và thời gian EmptyThu Aug 23, 2012 5:36 am by Admin

» NETCAT.........
Đoạn Script này giúp Website bạn hiển thị ngày tháng năm và thời gian EmptyMon Aug 13, 2012 6:35 am by Admin

» Bảo mật CSDL bằng phương pháp mã hóa.
Đoạn Script này giúp Website bạn hiển thị ngày tháng năm và thời gian EmptyTue Apr 17, 2012 10:04 pm by Admin

» Hàm mã hóa MD5 bằng JavaScript
Đoạn Script này giúp Website bạn hiển thị ngày tháng năm và thời gian EmptyTue Apr 17, 2012 10:03 pm by Admin

» Giá của món quà
Đoạn Script này giúp Website bạn hiển thị ngày tháng năm và thời gian EmptyFri Apr 13, 2012 6:01 am by Admin

» Sẽ chỉ yêu ai?
Đoạn Script này giúp Website bạn hiển thị ngày tháng năm và thời gian EmptyFri Apr 13, 2012 6:01 am by Admin

» Cách đọc bảng chữ cái!
Đoạn Script này giúp Website bạn hiển thị ngày tháng năm và thời gian EmptyThu Apr 12, 2012 10:37 pm by Admin

» Gắn trojan, keylog, virus vào website, forum
Đoạn Script này giúp Website bạn hiển thị ngày tháng năm và thời gian EmptyTue Apr 10, 2012 1:14 am by Admin

Affiliates
free forum


Đoạn Script này giúp Website bạn hiển thị ngày tháng năm và thời gian

Go down

Đoạn Script này giúp Website bạn hiển thị ngày tháng năm và thời gian Empty Đoạn Script này giúp Website bạn hiển thị ngày tháng năm và thời gian

Post  Admin Mon Feb 14, 2011 11:10 am

Code:
<script>

var dayarray=new Array("Chủ nhật","Thứ hai","Thứ ba","Thứ tư","Thứ năm","Thứ sáu","Thứ bảy")
var montharray=new Array("Tháng 1","Tháng 2","Tháng 3","Tháng 4","Tháng 5","Tháng 6","Tháng 7","Tháng 8","Tháng 9","Tháng 10","Tháng 11","Tháng 12")

function getthedate(){
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var hours=mydate.getHours()
var minutes=mydate.getMinutes()
var seconds=mydate.getSeconds()
var dn="AM"
if (hours>=12)
dn="PM"
if (hours>12){
hours=hours-12
}
if (hours==0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds
//change font size here
var cdate="<small><font color='000000' face='Arial'><b>"+dayarray***91;day***93;+" Ngày "+daym+" "+montharray***91;month***93;+" Năm "+year+"  "+hours+":"+minutes+":"+seconds+" "+dn
+"</b></font></small>"
if (document.all)
document.all.clock.innerHTML=cdate
else if (document.getElementById)
document.getElementById("clock").innerHTML=cdate
else
document.write(cdate)
}
if (!document.all&&!document.getElementById)
getthedate()
function goforit(){
if (document.all||document.getElementById)
setInterval("getthedate()",1000)
}

</script><span id=clock></span>
Admin
Admin
Admin

Tổng số bài gửi : 782
Join date : 2009-08-15

https://hackis.forumvi.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum