如何键入日期控件在thingPHP里面
1个回答
2016-05-30
展开全部
更改格式键入为自定义格式 (3),并将自定义格式设置为其中一个空白 string.m_datePicker 是为 Windows
日期时间选择器控件创建的成员变量对话框上放置。
BOOL CDtpickerDlg::OnInitDialog()
{
CDialog::OnInitDialog();
SetIcon(m_hIcon, TRUE); // Set big icon
SetIcon(m_hIcon, FALSE); // Set small icon
m_datePicker.SetFormat(3); // Change the format type to custom format.
m_datePicker.SetCustomFormat(" "); // One blank string.
return TRUE; // return TRUE unless you set the focus to a control
日期时间选择器控件创建的成员变量对话框上放置。
BOOL CDtpickerDlg::OnInitDialog()
{
CDialog::OnInitDialog();
SetIcon(m_hIcon, TRUE); // Set big icon
SetIcon(m_hIcon, FALSE); // Set small icon
m_datePicker.SetFormat(3); // Change the format type to custom format.
m_datePicker.SetCustomFormat(" "); // One blank string.
return TRUE; // return TRUE unless you set the focus to a control
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询