From: Vadim Zeitlin Date: Sat, 2 Dec 2006 12:50:24 +0000 (+0000) Subject: SetFormat() exists in generic version only (bug 1605753) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/869c999938a1e5ce9b56672ed23edb9d62b00a3d SetFormat() exists in generic version only (bug 1605753) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/datectrl.tex b/docs/latex/wx/datectrl.tex index fb8d613aa2..36742a58e4 100644 --- a/docs/latex/wx/datectrl.tex +++ b/docs/latex/wx/datectrl.tex @@ -154,7 +154,11 @@ outside of the current range, an invalid object is returned. \func{void}{SetFormat}{\param{const wxChar*}{ format}} -Sets the display format for the date in the control. See wxDateTime for the meaning of format strings. +Please note that this function is only available in the generic version of this +control. The native version always uses the current system locale. + +Sets the display format for the date in the control. See wxDateTime for the +meaning of format strings. \wxheading{Remarks}