This topic is locked

How to modify popup calendar to allow specific day of week selection o

10/9/2007 8:40:38 AM
PHPRunner Tips and Tricks
Sergey Kornilov admin

For this purpose you can edit calendar.html file.
Add the following line:

if (dt_current_day.getDay()==5) // Friday



before

document.write('<a href="java script:set_datetime('+dt_current_day.valueOf() +', true);">');