Closed (fixed)
Project:
Views Custom Field
Version:
6.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2009 at 12:12 UTC
Updated:
1 Oct 2010 at 22:09 UTC
Hi there,
I need some little help.. I got the timestamp of a node and now I need to convert this timestamp, but how?
I tried this with now luck.. could someone point me in the right direction? I got always the same wrong node creation date..
...
print (format_date($date->node_created));
Comments
Comment #1
casey commentedhave a look at http://nl3.php.net/manual/en/function.date.php
for example:
Comment #2
Apfel007 commentedthanks for that - it works.
Comment #3
casey commentedComment #5
cookiesunshinex commentedThat didn't work for me.
I used this instead
Comment #6
darafsheh commentedthis one worked for me too.. thanks.