Add delegation for date methods such as DateAdd
Also DateValue, etc.
This already exists 🙂 If you would want time to a date you would do:
eg.
Now() + 1 (adds a day)
Now() + 1/24 (adds an hour)
Now() + 1/24/60 (adds a min)
I don't just need DateAdd... I also need DateValue and other date methods. ^^
@JanSomers9, I was so happy about your hint... but I tried it, and it is still giving me the Delegation warning, see the screenshot ('expiration date' is a field in my SQL db, while DaysToExpire is a global var)...
WHY? 🙂Bye,
A.-
never-displayed