UPDATE:
For those seeing this: Understanding the difference between a numerical timestamp in milliseconds and a converted timestamp into a string of seconds, minutes, hours, days, months and years is where the solution lies. Read the time functions at php.net. I was unable to get this C5 function to work for me. But there are several other means of traditional solutions - once you understand the difference between numbers and strings in dealing with time.
Code
Post Reply
Delete Post
You are allowed to delete your post for 5 minutes after it's posted.
For those seeing this: Understanding the difference between a numerical timestamp in milliseconds and a converted timestamp into a string of seconds, minutes, hours, days, months and years is where the solution lies. Read the time functions at php.net. I was unable to get this C5 function to work for me. But there are several other means of traditional solutions - once you understand the difference between numbers and strings in dealing with time.