View Single Post
Old 03-28-2010, 09:02 PM   #1
EnergyLens
Hack
EnergyLens began at the beginning.
 
Posts: 34
Karma: 12
Join Date: Dec 2009
Device: Kobo Aura HD, Kindle Paperwhite
Article Dates with parse_index

I've been hunting for a recipe example that takes a date parsed from html and converts it into the proper format so that the article date displays correctly.

It seems that all the examples append
'date':''

I can't find anything in the documentation that specifies what format to use, and it doesn't work when I append, for exmple:

articles.append({'title':title, 'url':url, 'description':desc, 'date':'Thursday, July 12, 2007'})
EnergyLens is offline   Reply With Quote