Well I have a few questions:
In a custom function, is it possible to get the exact time if it was executed? Like in an if statement, if the conditions are true, i want to execute a custom function. In the custom function, there is a variable called $time. Is it possible for $time to get the exact date and time it was executed and format to: Month/Day/Year at Hour:Minute:Second AM/PM Timezone?
Thanks