MFC的datetimepicker同时显示时间和日期的方法

	CString szFormat; 
	szFormat = "MM/dd/yyyy hh:mm:00 tt"; 
	GetDlgItem(IDC_DATETIMEPICKER_START)->SendMessage( (UINT) DTM_SETFORMAT, (WPARAM)0, (LPARAM) 
		(LPCTSTR) szFormat );

你可能感兴趣的:(MFC的datetimepicker同时显示时间和日期的方法)