(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 3a0d966ae4
commit aff7feb767
4 changed files with 11 additions and 3 deletions

View File

@@ -479,6 +479,7 @@ static const CmdStruct _cmd_structs[] = {
{"DATE_TINY", EmitSingleChar, SCC_DATE_TINY, 1, 0},
{"DATE_SHORT", EmitSingleChar, SCC_DATE_SHORT, 1, 0},
{"DATE_LONG", EmitSingleChar, SCC_DATE_LONG, 1, 0},
{"DATE_ISO", EmitSingleChar, SCC_DATE_ISO, 1, 0},
{"SKIP", EmitSingleChar, SCC_SKIP, 1, 0},