Getdate() takes a "timestamp"...
What exactly will that take is what I'd like to know. Is that a Unix Timestamp? Or will this format work too YYYY-MM-DD 00:00:00?
I guess what I really need to know is this. On my SQL database I store dates in the YYYY-MM-DD 00:00:00 format. How can I extract those dates as Unix Timestamps so I can work with them in PHP functions?