You're welcome.
Quote:
(1) users enter their graduation date in the registration form, for example in the form of [Fixed day - Fixed month - year selected from a drop down menu]
|
You'd have to do some coding in register.php to have it add that graduation date to the calendar. As of now, the countdown script grabs all dates from the calendar.
Quote:
(2) show count down to graduation day in the user profiles.
|
if you got it to add the date to the calendar, i suppose this could be worked out...
Quote:
(3) show the count down by seconds, like most java scripts.
|
The countdown script feeds off dates from teh calendar, which doesn't allow for hour/min/second ... so it would just countdown to midnight .. so I just rounded it to the nearest day.
-mister