NinetyNine's Treasure

| 积淀*育创新 智慧创造价值|

导航

try
{                                        DateTime AssetsPurchaseTime = new DateTime();
    AssetsPurchaseTime 
= Convert.ToDateTime(this.ST_PurchaseTime.Value);
}

catch
{
    Page.RegisterStartupScript(
"",NN.JSOnlyOut("资产购置时间格式不正确,应为(0000-00-00)请您重新填写。"));
}
这么做,总是catch,请问怎么正确的转换为日期类型?
我需要的是2007-10-10,不需要时间。