You say that Sday = 20, Eday = 25, day = 22;. Correct? Then if that is case the case first kondition is not true here. Sday is not bigger nor equal to day, so day is not a match
Qt Code:
if((_Temp->getSday() >= day) and (_Temp->getEday() <= day))To copy to clipboard, switch view to plain text mode




Reply With Quote
Bookmarks