Category: Get
Syntax: Get ( CurrentHostTimestamp ) |
Parameters: None
Data type returned: Timestamp
Description:
Returns the current timestamp (date and time) according to the host's system clock, to the nearest second.
Get (CurrentHostTimeStamp) returns the date and time from the host machine, regardless of the date and time settings on the client machine. Get (CurrentHostTimestamp) is therefore useful for storing information about when records are created or edited because it disregards differences in time zones or improper settings of the client machines.
Function calls that run on the server may impact a network user's performance, especially when they are used in unstored calculations.
Examples:
Function |
Results |
---|---|
Get ( CurrentHostTimestamp ) |
Returns 1/1/2004 11:30:01 AM when the system clock on the host machine shows January 1, 2004, 11:30:01 AM. |
: FileMaker Specifications
FileMaker 8 Product Line
Specifications and Storage Limits
Field Types and Import/Export Formats
: Calculation Functions
Working with Calculations Primer
Calculation Signatures
Calculation Functions
: Custom Functions
Custom Functions Primer
Useful Custom Functions
: Script Steps
Scripting Primer
Script Step Reference
: Quick Reference
FileMaker Error Codes
FileMaker Keyboard Shortcuts
FileMaker Network Ports
FileMaker Server Command Line Reference
FileMaker XML Reference
: Other Resources
Where to Go for More Information