Hi.
I’ve got the following date stored in a database: 2007-12-30 (Obviously this date could be anything) I'll refer to this as the 'original date' throughout this post.
The ultimate goal is to display to the user the date 10 weeks before the original date (shown above).
Now, my guess would be to convert the original date back into a timestamp and then do some sort of calculation on that timestamp that counts back 10 weeks.
My first problem is; I’m unsure how to convert the original date back into a timestamp and secondly I’m unsure how I would go about counting back 10 weeks using the timestamp.
Any help/time would be great.
Jon