我有 asp.net Calendar 来选择日期'selectedDate' 和时间 Piker 来选择时间'starttime' 我正在尝试添加 2 个字符串 1 startTime 对象 'startDateTime'
string strDate = Calendar1.SelectedDate.ToShortDateString(); ;
string startTime = txtb_endTimeManual.Text;
DateTime startDateTime = Convert.ToDateTime(strDate + startTime);
错误消息字符串未被识别为有效的日期时间。