Writing a work order system and I'm attempting to track various statistics like how long it takes a workorder to go from submitted to completed.
I'm currently trying to find this out:
Can PHP create the format of the MySQL DATETIME data type? If so, how? If not, could someone reccomend a better alternative?
So, how would one go about getting the different between two DATETIME variables leaving me with the time inbetween?