Quote Originally Posted by meazza View Post
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:
  1. if((_Temp->getSday() >= day) and (_Temp->getEday() <= day))
To copy to clipboard, switch view to plain text mode 
correct. I have noticed that a couple of minutes ago. I have to put the day before the Sday and the Eday.

This is what happens when you have 4 days of holydays and the playstation network is down

Thanks