--
--
private string GET_ADD1_DAY(string DT)
{
DateTime BF = new DateTime();
BF = (DateTime.Parse(DT)).AddDays(1);
string NEW_DATE = BF.ToString("yyyy-MM-dd");
return NEW_DATE;
}
--
--
沒有留言:
張貼留言