Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,038

HOME > PHP > PHP Forum > รบกวนขอโค๊ด calendar ที่เป็นไทยหน่อยครับ รบกวนขอโค๊ด calendar ที่เป็นไทยหน่อยครับ



 

รบกวนขอโค๊ด calendar ที่เป็นไทยหน่อยครับ รบกวนขอโค๊ด calendar ที่เป็นไทยหน่อยครับ

 



Topic : 040460



โพสกระทู้ ( 14 )
บทความ ( 0 )



สถานะออฟไลน์




รบกวนขอโค๊ด calendar ที่เป็นไทยหน่อยครับพอดีจะแก้จากภาษาอังกฤษเป็นภาษาไทยครับ
แบบจาวาครับ

ขอบคุนมากมายรับ

<script type="text/javascript">

(function () {

var Event = YAHOO.util.Event,
Dom = YAHOO.util.Dom;


Event.onContentReady("datefields", function () {

var oCalendarMenu;

var onButtonClick = function () {

// Create a Calendar instance and render it into the body
// element of the Overlay.

var oCalendar = new YAHOO.widget.Calendar("buttoncalendar", oCalendarMenu.body.id);

oCalendar.render();


// Subscribe to the Calendar instance's "select" event to
// update the Button instance's label when the user
// selects a date.

oCalendar.selectEvent.subscribe(function (p_sType, p_aArgs) {

var aDate,
nMonth,
nDay,
nYear;

if (p_aArgs) {

aDate = p_aArgs[0][0];

nMonth = aDate[1];
nDay = aDate[2];
nYear = aDate[0];

oButton.set("label", (nMonth + "/" + nDay + "/" + nYear));


// Sync the Calendar instance's selected date with the date form fields

Dom.get("month").selectedIndex = (nMonth - 1);
Dom.get("day").selectedIndex = (nDay - 1);
Dom.get("year").value = nYear;

}

oCalendarMenu.hide();

});


// Pressing the Esc key will hide the Calendar Menu and send focus back to
// its parent Button

Event.on(oCalendarMenu.element, "keydown", function (p_oEvent) {

if (Event.getCharCode(p_oEvent) === 27) {
oCalendarMenu.hide();
this.focus();
}

}, null, this);


var focusDay = function () {

var oCalendarTBody = Dom.get("buttoncalendar").tBodies[0],
aElements = oCalendarTBody.getElementsByTagName("a"),
oAnchor;


if (aElements.length > 0) {

Dom.batch(aElements, function (element) {

if (Dom.hasClass(element.parentNode, "today")) {
oAnchor = element;
}

});


if (!oAnchor) {
oAnchor = aElements[0];
}


// Focus the anchor element using a timer since Calendar will try
// to set focus to its next button by default

YAHOO.lang.later(0, oAnchor, function () {
try {
oAnchor.focus();
}
catch(e) {}
});

}

};


// Set focus to either the current day, or first day of the month in
// the Calendar when it is made visible or the month changes

oCalendarMenu.subscribe("show", focusDay);
oCalendar.renderEvent.subscribe(focusDay, oCalendar, true);


// Give the Calendar an initial focus

focusDay.call(oCalendar);


// Re-align the CalendarMenu to the Button to ensure that it is in the correct
// position when it is initial made visible

oCalendarMenu.align();


// Unsubscribe from the "click" event so that this code is
// only executed once

this.unsubscribe("click", onButtonClick);

};


var oDateFields = Dom.get("datefields");
oMonthField = Dom.get("month"),
oDayField = Dom.get("day"),
oYearField = Dom.get("year");


// Hide the form fields used for the date so that they can be replaced by the
// calendar button.

oMonthField.style.display = "none";
oDayField.style.display = "none";
oYearField.style.display = "none";


// Create a Overlay instance to house the Calendar instance

oCalendarMenu = new YAHOO.widget.Overlay("calendarmenu", { visible: false });


// Create a Button instance of type "menu"

var oButton = new YAHOO.widget.Button({
type: "menu",
id: "calendarpicker",
label: "กรุณาเลือกวันที่",
menu: oCalendarMenu,
container: "datefields" });


oButton.on("appendTo", function () {

// Create an empty body element for the Overlay instance in order
// to reserve space to render the Calendar instance into.

oCalendarMenu.setBody("&#32;");

oCalendarMenu.body.id = "calendarcontainer";

});


// Add a listener for the "click" event. This listener will be
// used to defer the creation the Calendar instance until the
// first time the Button's Overlay instance is requested to be displayed
// by the user.

oButton.on("click", onButtonClick);

});

}());

</script>


ใครพอจะรู้จักโค๊ตนี้บ้างครับ



Tag : - - - -







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2010-03-17 11:52:39 By : virusteam View : 1340 Reply : 1
 

 

No. 1



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Twitter Facebook

Quote:
nMonth = aDate[1];


ลองสร้าง function พวกนี้แปลงให้เป็นไทยก่อนครับ

เช่น
function MonthThai(intMonth)
{
	if(intMonth == 1)
	{
		retutn "ม.ค";
	}
	elseif(intMonth == 2)
	{
		return "ก.พ.";
	}
	....
}
nMonth = MonthThai(aDate[1]);







Date : 2010-03-19 09:48:48 By : webmaster
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : รบกวนขอโค๊ด calendar ที่เป็นไทยหน่อยครับ รบกวนขอโค๊ด calendar ที่เป็นไทยหน่อยครับ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 00
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2025 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่