#pragma hdrstop
#endif
+#ifndef WX_PRECOMP
+ #include "wx/bmpbuttn.h"
+ #include "wx/dialog.h"
+ #include "wx/dcmemory.h"
+ #include "wx/panel.h"
+ #include "wx/textctrl.h"
+ #include "wx/valtext.h"
+#endif
+
#include "wx/datectrl.h"
#include "wx/calctrl.h"
long style,
const wxString& name)
{
+ wxASSERT_MSG( !(style & wxDP_SPIN),
+ _T("wxDP_SPIN style not supported, use wxDP_DEFAULT") );
+
wxString txt;
if (date.IsValid())
txt = date.FormatDate();