FORMULA LANGUAGE
Examples: @Day
1. This example returns 15 if today is July 15, August 15, September 15, and so on.
@Day(@Now)
2. This example returns 20 and 21 in a list.
@Day([11/20/95 8:58:12] : [11/21/95 8:58:12])
3. This example returns the string "Payment received on or before the 15th" if the PaymentReceived field is filled in on or before the 15th of the month; otherwise, it returns the string "Payment received after the 15th."
@If(@Day(PaymentReceived)<16;"Payment received on or before the 15th";"Payment received after the 15th")
See Also
@Day
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary