How do you call this function. I am trying to calculate the time taken to perform a calculation, here is my cut down pseudo.
HEEEEEEEEEEEELP?!Code:date_before = current_date; PERFORM CALCULATION time_taken = current_date - date_before;
I know theres a built in date function but i dont know how to call it.