DateTimePicker Only Adding Reminders to Tomorrows Date

doyler

New member
Joined
May 16, 2012
Messages
1
Programming Experience
Beginner
Hi

I have a program created that allows users to enter reminders in a text box, where they choose a date on a DateTimePicker, and hit an "Add" button.

This then adds the date and time the reminder was created to a table in SQL Server 2005.

However, when they click the "Add" button for a reminder to be added on today's date, its only adding it to tomorrow.

Anyone got any reason why this might be happening, and how I might fix it?


Cheers
 
I believe you may be doing it incorrectly. Try doing it correctly. :D

Just kidding. Perhaps you could show some code or give us some hint as to what you do to add the reminder to the database.
 
Back
Top