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
Description
The format of the value returned is determined by the operating system settings.
Notes
•In client/server and peer-to-peer environments,
Get(CurrentTimestamp) evaluates the status of the client machine running the
script (not the host machine).
Examples
Returns 1/1/2019 11:30:00 AM when the system clock shows January 1, 2019 11:30:00.
Related topics