This topic is locked

How to modify popup calendar

10/9/2007 8:39:11 AM
ASPRunnerPro Tips and tricks
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);">');
S
swiersman 8/28/2008

This is great. How would you have the pop up only the months and years going forward? AKA, Not showing months and years that have passed.
Thanks,
Scott