Hi,
I've got a little issue that some kind person here is bound to know how to solve..
I have a drop down list with some open / closed times in it in the format of 00:00 I want to compare this value against the time now?
I cannot use
as > sign callot evaluate strings..Code:mon_skillSet.openTo > DateTime.Now.TimeOfDay.ToString()
when I (DateTime)mon_skillSet.openTo I also get an error.
Any help muchly appreciated.
Thanks
chubby.




Reply With Quote