Quote:
Originally Posted by Ted S
|
I tried both {vb:raw createddate} and {vb:var createddate} but neither of them work.
(vb:date createddate} just gives me Thu, 01 Jan 1970 00:00:00.
I tried them all with posteddate too. This isthe full list of things I've tried so far:
{vb:raw posteddate}
{vb:var posteddate}
{vb:raw createddate}
{vb:var createddate}
{vb:date createddate}
{vb:date posteddate}
{vb:var product.creatteddate}
{vb:var product.posteddate}
{vb:raw product.creatteddate}
{vb:raw product.posteddate}
I need to figure this out, partly because I want to add further product fields (pagecount, format, etc.) I'm learning stuff as I go, and getting this little bit wrking will hopefully mean I then know how to do it with other things.