EDI Object
 
Syntax
 
Datevalue = EDI.GetEDIDate(DateString)
 
Description
Returns a variant, containing the date value of a EDI-formatted segment field value. If this functions returns Nothing or is the returned value is not a valid date value, check the LastErrorCode and LastErrorText for error messages.
 
Parameter
Description
DateString
A string value containing the date (and time) of a EDI-formatted segment field value.
 
See Also
Example