M
MES
I want a quick way to convert a unix date to a date in the following format:
YYYY_MM_DD_HH_MM_SS:
I currently have $date = time
Is there an easy way to convert time to the above format?
Thanks!
YYYY_MM_DD_HH_MM_SS:
I currently have $date = time
Is there an easy way to convert time to the above format?
Thanks!