Okay.. really simple question that i'm embarassed to ask...
I have a datetime field in a mySQL database that I'm pulling out of... the field might be NULL.. what is an easy way in PHP for me to check this? will UNIX_TIMESTAMP(datetimefield) be 0? will empty() return true? Something to that effect would be quite beneficial since I don't want to display an empty date as 12/31/1969... thanks.