sonnyt / tweetie

Simple jQuery Twitter feed plugin
https://sonnyt.com/tweetie
312 stars 116 forks source link

Tweet Date Printing as '1st Jan 1970' #9

Closed jdubbb closed 10 years ago

jdubbb commented 10 years ago

Hi

First off, thanks for the amazing plugin!

It seems the tweet date on my build is printing out as '1/Jan/1970' on every tweet regardless of the formatting. Reformatting works so I can switch the numbers around, but it still comes out as that date on every post...

Any ideas what's at play here?

Also do you know if it's possible to set the format to a unix timestamp straight out of the options at all?

Many thanks in advance!

jdubbb commented 10 years ago

Worked it out. It was because I was calling a date.js file which was messing with it.

Still be cool if I could pull the date as a unix timestamp out of the box... Is that possible?

Many thanks

sonnyt commented 10 years ago

@jdubbb This will require me to use an external library and result in bulking up the plugin. I will look into better solution but for now it is not priority. Sorry :(

Best,