PWesterdale / KirbyGram

Instagram Plugin for Kirby CMS
22 stars 3 forks source link

created_time question #14

Closed zachesor closed 9 years ago

zachesor commented 9 years ago

Does anyone know how to use the created_time function to display the date the image was posted to Instagram? The output of the following code only results in the Unix epoch time of Jan 1, 1970.

<? echo date('D M j, Y', $created_time); ?>
PWesterdale commented 9 years ago

This is referenced in #9 - I've been extremely busy recently but will be aiming to get the latest version with various bug fixes and updates out soon.

zachesor commented 9 years ago

No worries. Thanks for your attention.