static int GauDays[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxDate, wxObject)
-#endif
////////////////////////////////////////////////////////////
// Constructors
: (abs(year)) );
return wxString(buf);
}
- return wxString(wxT(""));
}
void wxDate::SetFormat( int format )
default:
return 0;
}
- return 0;
}
///////////////////////////////////////////////////////////////