Hi @eagleworx,
Thanks for your message.
So I can test this, can you let me know what PHP formatting you have set in your WordPress Admin > Settings > General > Date Format and Time Format?
Thank you for the fast reply.
This is the current Setting within my WP installation
j. F Y
(cant’t past a Screenshot)
Hi @eagleworx,
Thanks for this.
I’ve now been able to replicate the issue and have logged an internal ticket for us to investigate.
I’ll let you know when I have more.
Hi,
thank’s for the Update.
Looking forward to this.
Hi @eagleworx,
I’ve now tested a fix and am happy with the results.
The fix will be released in the next version of the plugin but in the meantime, I can tell you how to resolve this if you’re happy to modify your version of the plugin if you like/are comfortable doing so?
Hi,
well, it is not time-critical for me, but actually I’m curious how to solve that by myself.
If it does not consume too much of your time….I’m nosey!
Best regards
-
This reply was modified 1 year, 1 month ago by
eagleworx.
Hi @eagleworx,
No problem.
If you search through the plugin for this line:
return date( $date_format . ' ' . $time_format, strtotime( $date ) );
You can then replace it with this line:
return date_i18n( $date_format . ' ' . $time_format, strtotime( $date ) );
Let me know if this helps.
Thank you for this.
I’ll give it a try and let you know as soon as possible!
Highly appreciated!
My test was successful!
Works like a charm.
Thank’s for helping me out!
Hi @eagleworx,
Great! Glad it’s now working for you 🙂
If you like BNFW and the support, please feel free to leave an honest review.
I see you already have done – thank you!