I'm about to test an end of day process. It's uses now() to pick up the current date and time etc.
Is there a simple way without fiddling with the code to pick up different days without actually having to wait for another day!!
I'm testing this on a laptop. Can I change the system date so that Now() will pick that up.
If so how, if not what other options are open to me. As I said I'd rather not change the code replacing now() with different dates.
Is there a simple way without fiddling with the code to pick up different days without actually having to wait for another day!!
I'm testing this on a laptop. Can I change the system date so that Now() will pick that up.
If so how, if not what other options are open to me. As I said I'd rather not change the code replacing now() with different dates.