diff --git a/date.html b/date.html index 6d236d1..a2c0562 100644 --- a/date.html +++ b/date.html @@ -26,7 +26,7 @@

Howard E. Hinnant
-2017-05-04
+2017-05-07

date

@@ -8076,8 +8076,11 @@ alternative representation. %n -Matches one or more white space characters. Consecutive %n and -%t act as a single %n. +Matches one white space character. +[Note: %n, %t and a space, can be combined to match +a wide range of white-space patterns. For example "%n " matches one or +more white space charcters, and "%n%t%t" matches one to three white +space characters. — end note] @@ -8110,7 +8113,7 @@ representation. %t -Equivalent to %n. +Matches zero or one white space characters.