FORMULA LANGUAGE
Examples: @ToTime
1. This example returns the time-date values 02/29/2008 and 03/01/2008 in a list.
@ToTime("2/29/08" : "3/1/08")
2. This code, when added to a field, converts the text value in the "date" field containing "08/29/01" into a time value and adds two days to the date. This function returns 08/31/01.
@Adjust(@ToTime(date);0;0;2;0;0;0)
3. This example, when added to an action button, displays the date two days after the date selected by a user in the "request" date-time field.
@Prompt([Ok];"Delivery";@Text(@Adjust(@ToTime(holiday);0;0;2;0;0;0)))
See Also
@ToTime
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary