.PARAMETER...: /L - Output Language
.CATEGORY....: parameters
.DISCUSSION..:
Fdate supports output in several different languages. The /L parm
specifies the language of output.
- /Lus US (American) English-language output [the default]
- /Lfr French-language output
- /Lgr German-language output
- /Lsp Spanish-language output
- /Ldk Danish-language output (requires codepage 850 to display correctly)
The /L parm affects the following predefined outputs. These
language-specific output formats produce the date/time in whatever is
the most common expression in the given language. The formats will vary
from language to language.
- full -- the full date and time, including the weekday
- 9:05 pm on Wednesday February 5, 1992
- 9:05 pm, mercredi le 5 fevrier 1992 [/Lfr specified]
- 9:05 pm, mircoles el 5 de febrero de 1992 [/Lsp specified]
- Mittwoch, 5. Februar 1992, 21:05 [/Lgr specified]
- d1 -- the full date, including the weekday
- Saturday, February 5, 1992
- samedi le 5 fevrier 1992 [/Lfr specified]
- Mittwoch, 5. Februar 1992 [/Lgr specified]
- t1 -- the time
- 9:05 am [/Lus specified]
- 21:05 [/Lgr specified]
The /L parm also affects components of custom output formats such
as the name of the weekday, and of the month.