cagette-péi

This commit is contained in:
cagette@ct8
2020-11-11 18:05:57 +04:00
parent a2b9bf3e54
commit 407405389d
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ class MyMacros {
commitDate = StringTools.replace(commitDate, " ", ".");
commitDate = StringTools.replace(commitDate, "-", ".");
commitDate = StringTools.replace(commitDate, ":", ".");
commitDate = commitDate.substr(0,16);
//commitDate = commitDate.substr(0,16);
commitDate = commitDate.substr(0,10);
// Generates a string expression
return macro $v{commitDate};