diff --git a/templates/frontend/objects/monograph_full.tpl b/templates/frontend/objects/monograph_full.tpl
index 9b62c94a57f..240c2ff2a74 100644
--- a/templates/frontend/objects/monograph_full.tpl
+++ b/templates/frontend/objects/monograph_full.tpl
@@ -403,7 +403,8 @@
- {if $publication->getData('datePublished')|date_format:$dateFormatShort > $smarty.now|date_format:$dateFormatShort}
+ {* Use Y-m-d to compare dates instead of customizable date formats (pkp-lib#10169) *}
+ {if $publication->getData('datePublished')|date_format:"Y-m-d" > $smarty.now|date_format:"Y-m-d"}
{translate key="catalog.forthcoming"}
{else}
{translate key="catalog.published"}