Php/mysql time

I’m making a scheduling web app and am trying to decide on how to work with date and time. Would it be easier to store time in the 10 digit unix time format? I’m not seeing an easy way to query that format by date if I store it as int[10] format.