Sage 100

 View Only
  • 1.  End user has a VI job where they are trying to imp

    Posted 11-13-2014 13:27
    End user has a VI job where they are trying to import a date from an import source where the date is formatted as M/D/Y m:h:y Anyone have to create formula within VI to strip out the time at the end of this field?


  • 2.  RE: End user has a VI job where they are trying to imp

    Posted 11-13-2014 13:34
    Is the date such that Source Substring can be used?


  • 3.  RE: End user has a VI job where they are trying to imp

    Posted 11-13-2014 13:45
    I don't think so because it's not sending mm/dd/yyyy -- instead I only get m or mm depending upon whether there's one or two digits in the month.


  • 4.  RE: End user has a VI job where they are trying to imp

    Posted 11-13-2014 13:47
    How about DTE(date$[:fmt$][,ERR=stmtref]) If you don't specify a format, it defaults to MM/DD/YY.


  • 5.  RE: End user has a VI job where they are trying to imp

    Posted 11-13-2014 15:53
    Good idea - I forwarded it along - thanks!