diff --git a/reference/datetime/functions/strftime.xml b/reference/datetime/functions/strftime.xml
index 20c4218738..026bc8858c 100644
--- a/reference/datetime/functions/strftime.xml
+++ b/reference/datetime/functions/strftime.xml
@@ -99,23 +99,23 @@
%U
Week number of the given year, starting with the first
- Sunday as the first week
+ Sunday as the first week
13 (for the 13th full week of the year)
%V
ISO-8601:1988 week number of the given year, starting with
- the first week of the year with at least 4 weekdays, with Monday
- being the start of the week
+ the first week of the year with at least 4 weekdays, with Monday
+ being the start of the week
01 through 53 (where 53
- accounts for an overlapping week)
+ accounts for an overlapping week)
%W
A numeric representation of the week of the year, starting
- with the first Monday as the first week
+ with the first Monday as the first week
46 (for the 46th week of the year beginning
- with a Monday)
+ with a Monday)
Month
@@ -235,13 +235,13 @@
%z
Either the time zone offset from UTC or the abbreviation (depends
- on operating system)
+ on operating system)
Example: -0500 or EST for Eastern Time
%Z
The time zone offset/abbreviation option NOT given by %z (depends
- on operating system)
+ on operating system)
Example: -0500 or EST for Eastern Time
@@ -268,7 +268,7 @@
%s
Unix Epoch Time timestamp (same as the time
- function)
+ function)
Example: 305815200 for September 10, 1979 08:40:00 AM
@@ -276,7 +276,7 @@
Preferred date representation based on locale, without the time
Example: 02/05/09 for February 5, 2009
-
+
Miscellaneous
---
---
@@ -296,8 +296,8 @@
A literal percentage character ("%")
---
-
-
+
+