![]() |
|
#1
|
|||
|
|||
|
Would it be possible to update the script to move forward and backward in years, as well as (the current) months. When needing to select a year in the past ie. 2000, it entails a large amount of clicking to display the date. It'll be very nice to jump to 2000 in 5-6 clicks. |
|
#2
|
|||
|
|||
|
function csuby() { marr=((ccy%4)==0)?mnl:mnn; ccy-=1; if (ccy<0) { ccm=11; ccy--; } cdayf(); prepcalendar('',ccm,ccy); and function caddy() { marr=((ccy%4)==0)?mnl:mnn; ccy+=1; if (ccm>=12) { ccm=0; ccy++; } cdayf(); prepcalendar('',ccm,ccy); } plus <td style="cursor and <td style="cursor and finally decreased the colspan from 5 to 3. Voilla moving forward and backward in years. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|