Details
-
Task
-
Resolution: Duplicate
-
Major - P3
-
None
-
None
Description
Documentation Request Summary:
Three new format specifiers to $dateToString: %a, %b and %e (See description)
Engineering Ticket Description:
As part of the review for SERVER-28611 we realized we now have some duplicate logic in time_support.h and date_time_support.h. We should re-jigger the libraries and make time_support.h use the new helpers that call into timelib.
The following new format specifiers will also be available after this gets merged:
%a
The abbreviated English name of the day of the week.
%b
The abbreviated English name of the month.
%e
The day of the month as a decimal number, but unlike ``%d``, pre-padded with space instead of a ``0``.
Attachments
Issue Links
- is duplicated by
-
DOCS-10636 Add new %a, %b and %e specifiers to $dateToString documentation
-
- Closed
-