View Single Post
Old 09-21-2010, 01:29 AM   #2783
TonytheBookworm
Addict
TonytheBookworm is on a distinguished road
 
TonytheBookworm's Avatar
 
Posts: 264
Karma: 62
Join Date: May 2010
Device: kindle 2, kindle 3, Kindle fire
I know calibre appears to get the title for the news feed from the recipe section of title =
I'm curious to know is there a way to make the title where it puts the date next to the title?
For example
something like this
Spoiler:

Code:
import datetime

current_time = datetime.datetime.now()

title = 'AJC Breaking news as of: ' + now.strftime("%Y-%m-%d %H:%M")
...........


thanks
TonytheBookworm is offline