Hi is there anyway I can get the w into a D
I.E. Use the same calculation but then use another line which converts the W into a D therefore getting the correct day... since:
$datetommorow = date("D")+1;
with D
does not work for some reason.
D does work though, it provides the output in terms of days, not dates, so I need to convert the day number into a week day...
e.g. 1 = Mon
e.g. 2 = Teu
e.g. 3 = Wed
since that's how the W works.
Thanks,
Chris