form success message - adding the time between login and submit
I am using JQuery to validate and display a success message once the submit is successfully completed. I want to also display the time it took between the time the user logs in and when they submit the form. I am using PHP sessions to determine when they login and a timestamp for when the information hits the database. I am not sure if this is more of a PHP deal or JQuery (probably a combination). Any ideas on how this can be done is greatly appreciated.