I have two database fields starttime and endtime. I need to do some data manipulation if the current time falls in between the starttime and endtime. I am getting the current time into a variable using split. have the strings stored in this format: 1:01:01
Any suggestions please????????