X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/700d0a9a6b05adc3bb2ea20a7eacf820727ff1f0..fc2b0e31bbd295eddee3573aed9129166794f8de:/docs/latex/wx/datectrl.tex 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}