計算兩個日期之間的天數。 在VB.Net中可以利用DateDiff函數,來計算兩個日期之間 的天數。 例如dateFrom = "2006/9/1" dateTo = "2008/12/2" diff ...
blog.xuite.net