Operator '==' cannot be applied to operands of type 'DateTime' and 'string' – Asp.net
In c#, I am trying to compare the current day with the day the user has chosen from the checkboxes via the website. CDays contains the list Mon-Fri (Name) and Selected will be true if the user has checked the…