(svn r14791) -Add: the ability to make ISO dates with the string system (PhilSophus)

This commit is contained in:
rubidium
2009-01-03 00:56:16 +00:00
parent 741f0a86fe
commit 761a3037c3
4 changed files with 11 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ enum StringControlCode {
SCC_DATE_TINY,
SCC_DATE_SHORT,
SCC_DATE_LONG,
SCC_DATE_ISO,
SCC_STRING1,
SCC_STRING2,