Add support for "%V" and "%G" to wxDateTime::Format().
This is useful for creating ISO 8601 week number based stamps. Closes #11857. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -799,6 +799,10 @@ public:
|
||||
function (http://www.cplusplus.com/reference/clibrary/ctime/strftime.html).
|
||||
Please see its description for the meaning of @a format parameter.
|
||||
|
||||
Notice that POSIX @c "%g", @c "%G", @c "%V" and @c "%z" format
|
||||
specifiers are supported even if the standard library doesn't support
|
||||
them (e.g. MSVC).
|
||||
|
||||
It also accepts a few wxWidgets-specific extensions: you can optionally
|
||||
specify the width of the field to follow using @c printf(3)-like syntax
|
||||
and the format specification @c "%l" can be used to get the number of
|
||||
|
Reference in New Issue
Block a user