Help

Table Of Contents
FILEMAKER PRO HELP 944
Description
The format of the result depends on the date and time formats that were in use when the database
file was created. You can change the date and time formats in your operating system.
Examples
Timestamp(Date(10;11;2014);Time(9;10;30)) returns 10/11/2014 9:10:30 AM.
Timestamp(Date(10;11;2014);Time(13;10;30)) returns 10/11/2014 1:10:30 PM.
Timestamp(Date(10;11;2014);Time(10;65;5)) returns 10/11/2014 11:05:05 AM.
Timestamp(Date(10;35;2014);Time(4;5;6)) returns 11/4/2014 4:05:06 AM.
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas
Trigonometric functions
Trigonometric functions are used to calculate degrees, angles, and other geometric data.
Note All trigonometric functions use radians as the unit of measure. Once you have a result, you
can convert the radians into degrees using the
Degrees function.
Click a function name for details.
Related topics
About functions
About formulas
This function Returns
Acos The arccosine, or inverse cosine, of a number.
Asin The arcsine, or inverse sine, of a number.
Atan The trigonometric arc tangent, or inverse tangent, of a number.
Cos The cosine of the specified angle.
Degrees Degrees, converted from the specified radians.
Pi The value of the constant Pi, which is approximately 3.14159.
Radians Radians, converted from the specified degrees.
Sin The sine of the specified angle.
Tan The tangent of the specified angle.