Functions Reference

Table Of Contents
Date functions
F
ILEMAKER FUNCTIONS REFERENCE 51
“Bill Due by: ” & Date(Month(DateSold) + 1;Day(DateSold);Year(DateSold))
returns Bill Due by: followed by a value that is one month later than DateSold.