diff --git a/reference/datetime/datetime/createfromformat.xml b/reference/datetime/datetime/createfromformat.xml index 2dc54339f7..746bd06b19 100644 --- a/reference/datetime/datetime/createfromformat.xml +++ b/reference/datetime/datetime/createfromformat.xml @@ -60,7 +60,7 @@ d and j - Day of the month, 2 digits with or without leading zeros + Day of the month, 2 digits with (d) or without (j) leading zeros 01 to 31 or 1 to 31 @@ -103,7 +103,7 @@ m and n - Numeric representation of a month, with or without leading zeros + Numeric representation of a month, with (m) or without (n) leading zeros 01 through 12 or 1 through 12 @@ -144,7 +144,7 @@ g and h - 12-hour format of an hour with or without leading zero + 12-hour format of an hour without (g) or with (h) leading zeros 1 through 12 or 01 through 12 @@ -152,7 +152,7 @@ G and H - 24-hour format of an hour with or without leading zeros + 24-hour format of an hour without (G) or with (H) leading zeros 0 through 23 or 00 through 23