Monday 10 August 2015

Get System date in Microsoft Dynamics SL (VBA)



    Dim CurrDate As Sdate
    Dim sCurrDate As String
   
   
    Call GetSysDate(CurrDate)             '   GetDate Code
    sCurrDate = DateToStr(CurrDate)  ' Convert to string

No comments:

Post a Comment