关于DateTimePicker组件的使用通过DateTimePicker.DateTime取得的值 怎么转化成年月日啊??[解决办法]
Word y, m, d;DateTimePicker1->DateTime.DecodeDate(&y, &m, &d);...