From e470f038b9a8a67dd053ebace7c8c13b55c2ea18 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Thu, 4 Sep 2014 22:41:31 +0000 Subject: [PATCH] refresh bordertitleblock date git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3304 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/bordertitleblock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/bordertitleblock.cpp b/sources/bordertitleblock.cpp index e550da479..4054eca90 100644 --- a/sources/bordertitleblock.cpp +++ b/sources/bordertitleblock.cpp @@ -660,7 +660,7 @@ void BorderTitleBlock::updateDiagramContextForTitleBlock(const DiagramContext &i // ... overridden by the historical and/or dynamically generated fields context.addValue("author", btb_author_); - context.addValue("date", btb_date_.toString("yyyy/MM/dd")); + context.addValue("date", btb_date_.toString(Qt::ISODate)); context.addValue("title", btb_title_); context.addValue("filename", btb_filename_); context.addValue("folio", btb_final_folio_);