Difference between revisions of "Component: Timestamp ( Data)"

From Flowcode Help
Jump to navigationJump to search
(Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | MatrixTSL |- | width="20%" style="color:gray;" | Version | 1.0 |- | width="20%" style="color:gray;...")
 
(No difference)

Latest revision as of 08:59, 9 June 2025

Author MatrixTSL
Version 1.0
Category Data


Timestamp component

Creates a timestamp based on the current client system time and date.

Detailed description

No detailed description exists yet for this component

Examples

No additional examples


Macro reference

GetDate

Fc9-comp-macro.png GetDate
Gets the current date as a string. 
Fc9-bool-icon.png - BOOL USformat
0=D/M/Y 1=M/D/Y 
Fc9-string-icon.png - STRING DateSeperator
String used to seperate D, M, Y values e.g. "/" 
Fc9-string-icon.png - STRING Return


GetTime

Fc9-comp-macro.png GetTime
Gets the current time as a string. 
Fc9-string-icon.png - STRING TimeSeperator
String used to seperate H, M, S values e.g. ":" 
Fc9-string-icon.png - STRING Return


GetTimestamp

Fc9-comp-macro.png GetTimestamp
Gets the current date and time as a string. 
Fc9-bool-icon.png - BOOL USformat
0=D/M/Y 1=M/D/Y 
Fc9-string-icon.png - STRING DateSeperator
String used to seperate D, M, Y values e.g. "/" 
Fc9-string-icon.png - STRING TimeSeperator
String used to seperate H, M, S values e.g. ":" 
Fc9-string-icon.png - STRING TimeDateSeperator
String used to seperate Date and Time values e.g. "_" 
Fc9-string-icon.png - STRING Return


Property reference

Fc9-prop-icon.png Properties

Component Source Code

Please click here to download the component source project: FC_Comp_Source_WEBEXP_Timestamp.fcsx

Please click here to view the component source code (Beta): FC_Comp_Source_WEBEXP_Timestamp.fcsx