I am prompting users for a number of days and then wanting to pull items from a database older than the number of days. All dates are stored as timestamps in the database so wondering how I can come up witht he required timestamp to compare with? (for for example 30 days).
I have a difference conversion between the two timestamps but don't have it to that I can find the timestamp to search on... Jeff