History
DateToMacDate
Home
•
Help
•
Customization Tools
•
FCAS
•
Language Reference
•
DateToMacDate
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