Gossamer Forum
Home : Products : DBMan : Customization :

how to modify &get_date

Quote Reply
how to modify &get_date
Is there a simple way to modify &get_date so that it returns the PREVIOUS day instead of today's date?
Quote Reply
Re: how to modify &get_date In reply to
Found it. The posts from January 19, 1999 07:09 AM PST concerning "auto incrementing dates" have the necessary information. The only difference is that you'd subtract 86400 to get yesterday's date. Also note that Alex's updated &get_date subroutine has a small typo (a space between the 2 pipes in the first line).

[This message has been edited by rej (edited February 13, 1999).]