diff --git a/documentation/current/solutions/dates-and-times/eiffeltime/eiffeltime-tutorial/date-time-string-conversion.wiki b/documentation/current/solutions/dates-and-times/eiffeltime/eiffeltime-tutorial/date-time-string-conversion.wiki index b36454e7..6a9dfc26 100644 --- a/documentation/current/solutions/dates-and-times/eiffeltime/eiffeltime-tutorial/date-time-string-conversion.wiki +++ b/documentation/current/solutions/dates-and-times/eiffeltime/eiffeltime-tutorial/date-time-string-conversion.wiki @@ -66,7 +66,7 @@ The following table lists format conversion codes. | fractional seconds - numeric (precise to figures) |- | ':', '/', '-' and ',' -| separators e.g. "03/AUG/97" +| separators e.g. "03/FEB/08" |} These are some examples of output with their associated format code: {| @@ -75,13 +75,13 @@ These are some examples of output with their associated format code: | '''Output''' |- | yy/mm/dd -| 97/8/18 +| 08/2/3 |- -| mmm-dd-yy -| AUG-18-97 +| mmm-[0]dd-yy +| FEB-03-08 |- | dd,mm,yyyy -| 18,8,1997 +| 3,2,2008 |- | hh-mi-ss | 13-06-32 @@ -96,7 +96,7 @@ These are some examples of output with their associated format code: | 13:06:32.248 |- | [0]mm/dd/yy hh12:mi:ff3 -| 08/18/97 1:06:32.248 pm +| 02/3/08 1:6:32.248 |}