diff --git a/reference/datetime/datetime/createfromformat.xml b/reference/datetime/datetime/createfromformat.xml index 709a811d45..1775d496a4 100644 --- a/reference/datetime/datetime/createfromformat.xml +++ b/reference/datetime/datetime/createfromformat.xml @@ -121,8 +121,16 @@ y - A two digit representation of a year - Examples: 99 or 03 + + A two digit representation of a year (which is assumed to be in the + range 1970-2069, inclusive) + + + Examples: + 99 or 03 + (which will be interpreted as 1999 and + 2003, respectively) + Time