Greetings,
I have agonized about this problem for some time now. Can I have some help please. I am developing a database system using php4, MySql 3.something, Apache on a Windows platform but will be transforming the product to either Unix or Linux.
This is a database that captures things happening over a 24 hour period however the "day" starts at 07:00 hrs and continues until 06:59 the next day. So anything before 07:00 hrs must show the previous day. Are you with me so far.
I have looked through the posts and apart from using Unix time stamps nothing seems to fit. I originally developed this system in MS Access with a quick IF statement i.e. if time < 07:00 then Date() = Date()-1.
Can I perform a similar function either with php or MySql?
Please help - cheers.
Tomalatski