I set up early this year
Code: Alles auswählen
'S_PASEN' => date("m") == 03 && date ("d") > 31 && date ("d") < 03,
What am I doing wrong?
Last year it still works well.
Supportforum für phpBB 3.1.x & 3.2.x
Code: Alles auswählen
'S_PASEN' => date("m") == 03 && date ("d") > 31 && date ("d") < 03,
date("m") == 03 && date ("d") > 29 || date("m") == 04 && date ("d") < 03,