We have some smalldatetime columns in SQL Server that we display and edit mask as "MM/dd/yyyy hh:mm tt" because the time is important in the timeclock table. I would like to be able to validate the date and time together as a valid date. Some erroneous
dates slip through even when I use an IsDate(txtStartTime) in code behind. What are my options? Thanks.
Go to the complete details ...