Dave Goodchild wrote:
> Hi all, I am in the process of creating a national events directory where
> people can enter their events (car boot sales, evening classes etc) and
> specify whether those events are one-ff events or repeating (daily, weekly
> etc) affairs and people can search for those eve
If you need to store both date and time, there are several ways to accomplish this.
MySQL has built-in date/timestamp options, but those long strings would need to be
converted for be human readable.
The option I use most is telling PHP what format I want to use and entering it into
the databas
2 matches
Mail list logo