]> git.saurik.com Git - wxWidgets.git/commitdiff
SetFormat() exists in generic version only (bug 1605753)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Dec 2006 12:50:24 +0000 (12:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Dec 2006 12:50:24 +0000 (12:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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}