.Net日期与时间的取得方法

        NowDate = ChangeDateStringToNumeric(Format(Now(), "yyyy/MM/dd"))
        NowTime 
= CIntX(Format(Now, "HHmmss"))