Hi,
I have configured a custom column to display just the year of the pubdate of the ebook. My configuration is like this:
As I was getting a lot of "BAD DATE" results inside the column, I changed how the dates were displayed with this (
https://www.mobileread.com/forums/sho...postcount=16):
Code:
# Control how dates are displayed
gui_pubdate_display_format = 'yyyy-MM-dd'
gui_timestamp_display_format = 'yyyy-MM-dd hh:mm:ss'
gui_last_modified_display_format = 'yyyy-MM-dd hh:mm:ss'
From what I understand these modifications only affect the gui version of calibre. When I use "calibredb catalog", I get "BAD DATE" results. Is there a way to apply these gui settings with "calibredb catalog"? So that I can export a catalog with a column that only contains the year of the pubdate?
Thanks,