Help

Table Of Contents
FILEMAKER PRO HELP 755
Originated in
FileMaker Pro 6.0 or earlier
Description
The format of the value returned is determined by the operating system settings.
Notes
If the calculation result for this script step is set to integer format, it will return the total
number of seconds elapsed since the start of the current day.
In client/server and peer-to-peer environments, Get(CurrentTimestamp) evaluates the
status of the client machine running the script
(not the host machine). For information on
how functions evaluate differently on the host versus the client, search the FileMaker
Knowledge Base available at http://help.filemaker.com
.
Examples
Returns 11:30:00 AM when the function result is in text format and the system clock shows 11:30:00
AM.
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas
Get(CurrentTimestamp)
Purpose
Returns the current date and time (to the nearest second) according to the system clock.
Format
Get(CurrentTimestamp)
Parameters
None
Data type returned
timestamp
Originated in
FileMaker Pro 7.0