Hi!
I need to use if statement to check if its the summer time (CEST)
or Winter time (CET)...But I dunno how to do that..Couldn't find anything useful on the INTERNET.my date format is (d-mm-yyyy)
Basically I need to do sth like that
if DateTimePicker->Value>(31-10-yyyy) {time="CET";}
THX For help!