]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/datectrl.tex
Reverted renderer changes and just use window variant within renderer functions
[wxWidgets.git] / docs / latex / wx / datectrl.tex
index fb8d613aa2f8827f4aab8cbfb845253a0e418dc4..36742a58e4c4ae0152485349376697326a734ee2 100644 (file)
@@ -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}