YYYY
|
year including century
|
---|---|
YY
|
year with default century 1900
|
MM
|
month
|
M
|
month
|
DD
|
day of month
|
D
|
day of month
|
HH
|
hours
|
H
|
hours
|
NN
|
minutes
|
N
|
minutes
|
SS
|
seconds
|
S
|
seconds
|
FFF
|
fractions of a second, 1/1000 seconds
|
Parameters
|
Usage type
|
Description
|
---|---|---|
date
|
in, out
|
Date object
|
format
|
in, use
|
Format of date in asciiz (zero-terminated ASCII) buffer, or NULL if default format is used
|
asciiz
|
in, use
|
Buffer containing the data in asciiz (zero-terminated ASCII) string format
|