C
Carlos
I need to create an if statement to determine whether the
present date falls within daylight savings time or
standard time. The problem is that this does not change
on the same date every year. I believe it changes the
last Sunday in October, and the last Sunday in April.
How can I construct an If statement for this. e.g.
If Date() between #last sunday of April# and #last sunday
of October# then
Any help greatly appreciated.
Thank You
present date falls within daylight savings time or
standard time. The problem is that this does not change
on the same date every year. I believe it changes the
last Sunday in October, and the last Sunday in April.
How can I construct an If statement for this. e.g.
If Date() between #last sunday of April# and #last sunday
of October# then
Any help greatly appreciated.
Thank You