From 246eedd738e9b28fa7309ecbfdcae3df15f7dd41 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 23 Aug 2016 11:29:02 +0000 Subject: [PATCH] Improve format docs (provided by anon user) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339929 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/datetime/createfromformat.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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