Link to home
Start Free TrialLog in
Avatar of CraigLazar
CraigLazar

asked on

Date buttons

Hi
I have a date displayed in a text box
i then have 2 command buttons.
Saying forward and back
if the user presses the forward date button it will increment the date by 1 and so on and the same for the back button. It must automatically be able to move from one month to the next
my date format is yyyy/mm/dd

thanx allot

Craig
ASKER CERTIFIED SOLUTION
Avatar of abaldwin
abaldwin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sunil27
sunil27

Just a suggestion:
You might wanna consider using the DateTimePicker control in VB for this purpose.
Avatar of CraigLazar

ASKER

Thanx allot for the help it was perfect

:)

Craig
Your welcome.