Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q451, Sunday April 29, 2007 at 04:05:05

You are here: irt.org | About | Feedback | 4504 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q451

Sent by
jithu on Sunday April 29, 2007 at 04:05:05

Worth:

Length:

Technical:

Comments:
function getTheDay()
{
myDays= ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"];

var a = document.getElementById("ctl00_ContentPlaceHolder_Main_TextBox_firstPlanFrom").value;

myDate=new Date(eval('"'+a+'"'))
document.getElementById("ctl00_ContentPlaceHolder_Main_Hidden_FirstFrom").value = myDays[myDate.getDay()];
}




©2018 Martin Webb