View Single Post
  #1  
Old 08-21-2009, 07:12 AM
VB.NET VB.NET is offline
Senior Member
 
Join Date: Jun 2009
Posts: 5,161
Default Need a function to check START TIME < END TIME in VB.NET

Hello Guys.. I am working in VB.NET I have to textbox : txtStartTime and txtEndTime After filling in values i need to validate that Start time must be less then Endtime. Values are entered in 12 hour format like 08:32 AM I can go for sub string logic and split by : and all .. but that is old...
__________________
VB.NET
domain name forum
Reply With Quote