diff --git a/reference/datetime/datetime/createfromformat.xml b/reference/datetime/datetime/createfromformat.xml index 68c5bf1b1b..31599105c6 100644 --- a/reference/datetime/datetime/createfromformat.xml +++ b/reference/datetime/datetime/createfromformat.xml @@ -50,6 +50,15 @@ + + If the first character of format + is !, then portions of the date/time value + generated which are not specified in + time will be initialized to zero. If the + first character of format is + not ! then portions of the date/time value + generated will be initialized to the current system time. +