Good Day
Experts:
On my VB.net form I have a label that I am putting the time of day the form is opened using:
lblClock.Text = TimeOfDay
Now, I have to save that time with the current date for the day and save it in a table field defined as
datetime. I am working with SQL Server 2005.
Working with date/time has always troubled me. Is there an easy way to accomplish this?
Thanks,
jimbo99999
Start Free Trial