BACK TO TOP

Ngày tháng năm bằng Tiếng Việt cho blog

Friday, May 10, 20130 comments


Ngày Tháng Năm Cho Blog
Phần 1 + Phần 2

Chèn gadget HTML/JavaScipt  (Phần 1) để nhúng code sau vào:
<script language="" type="text/javascript">    

<!--   // Array ofmonth Names        

<!-- var monthNames = new Array("một","hai","ba","bốn","năm","sáu","bảy","tám","chín","mười","mười một","mười hai"); -->        

var monthNames = new Array("01","02","03","04","05","06","07","08","09","10","11","12");        

var dayNames = new Array("Chủ nhật,","Thứ Hai,","Thứ Ba,","Thứ tư,","Thứ Năm,","Thứ Sáu,","Thứ Bảy,")        

var now = new Date();        

thisYear = now.getYear();        

thisDay = dayNames[now.getDay()];        

if(thisYear < 1900) {thisYear += 1900}; // corrections if Y2K display problem        

document.write("" + thisDay +" "+"ngày"+" "+ now.getDate() + " tháng " + monthNames[now.getMonth()] + " năm " + thisYear);        

// -->        

</script>
Phần 1 sẽ như thế này

--------------------------------------------------------------------------------------------------------------------------------------------------------
Chèn gadget HTML/JavaScipt  (Phần 2) để nhúng code sau vào:

<div class="content">

<center><a name="amlich"></a>

<script language="JavaScript" src="https://dl.dropboxusercontent.com/u/65720307/Files/file%20flash%20am%20lich/amlich.js" type="text/javascript"></script>

<script language="JavaScript">showVietCal();</script>

<script language="JavaScript">document.writeln(printSelectedMonth());</script></center></div>
Phần 2 sẽ như thế này




Share this article :

Post a Comment

 
Support : Nguyễn Văn Hoàng Em | Email : nvhmm@yahoo.com | Yahoo : nvhmm
Copyright © 2011-2014. IT Services - EHoang - All Rights Reserved
Address: 177 Tầm Vu | P.Hưng Lợi | Q.Ninh Kiều | TPCT
Proudly powered by Blogger