Trying to pull the unix date and time from a table. This is what I have for my php:
I'm getting crazy results - what am I missing here?
[attachment=0]cc_returndate_question.png[/attachment]
o.order_modified:return date("m/d/Y g:i:s", strtotime($cell));
I'm getting crazy results - what am I missing here?
[attachment=0]cc_returndate_question.png[/attachment]
Hi mduda,
Please try
Bob
Please try
o.order_modified:return date("m/d/Y g:i:s", $cell);
No need for the strtotime() as you already have a timestamp.
Bob
This topic is locked and no more replies can be posted.