You did a lot of fux0ring about when you were trying to get the year. Maybe this might help.
Just a thought.Code:<script language="JavaScript"> var time = new Date(); var year = time.getFullYear(); alert(year); </script>
|
Results 1 to 3 of 3
Thread: Javascript tidbitsThreaded View
|
|