Advertising banner:

History
 
 DateToMacDate
Home • Help • A0 • Customization Tools • FCAS • Language Reference • DateToMacDate
 
DateToMacDate (dates)
Minimum version: 3.1
Purpose
Converts FCAS date variables to Mac-style dates.
Syntax
DateToMacDate
Example
Dim sf as ServerFile
Dim d as Date

d = Now
sf.Field(1000) = DateToMacDate(d) ' Where field 1000 is a date picker