lonekorean / wordpress-export-to-markdown

Converts a WordPress export XML file into Markdown files.
MIT License
1.07k stars 216 forks source link

Fixes #66: Invalid date on custom formatted dates #91

Closed lacymorrow closed 6 months ago

lacymorrow commented 1 year ago

Fixes #66: Invalid date on custom formatted dates

Using a custom date format (example: exports.custom_date_formatting = 'LLL d yyyy') along with prefix-dates causes filenames to be prefixed with Invalid date.

I see there is another PR for this but the code is not merged.

lonekorean commented 6 months ago

thank you @lacymorrow, much appreciated, but I have merged the previous PR to fix this so I am closing this one.