Update strftime() link in wxDateTime::Format() docs
The old link to https://cplusplus.com became invalid. Closes #22913.
This commit is contained in:
parent
7ae2281874
commit
232e161ed6
1 changed files with 1 additions and 1 deletions
|
|
@ -852,7 +852,7 @@ public:
|
|||
|
||||
/**
|
||||
This function does the same as the standard ANSI C @c strftime(3)
|
||||
function (http://www.cplusplus.com/reference/clibrary/ctime/strftime.html).
|
||||
function (https://cplusplus.com/reference/ctime/strftime/).
|
||||
Please see its description for the meaning of @a format parameter.
|
||||
|
||||
Notice that POSIX @c "%g", @c "%G", @c "%V" and @c "%z" format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue