Question Year Update

arunakumari02

Registered User.
Local time
Today, 15:28
Joined
Jun 2, 2008
Messages
91
I have to update year after 12 clicks (i.e after moving 12 months) on the scrollbar?

Any help really appreciated.
 
Sorry...not enough info to really offer any specific advice...

Code:
' pseudo code.
If the month = December and the user clicked the next button then
  year = year + 1
End if
 

Users who are viewing this thread

Back
Top Bottom