Difference between revisions of "Component: Time Stamp (Simulation)"

From Flowcode Help
Jump to navigationJump to search
Line 57: Line 57:
  
 
===<span style="font-weight: normal;"><u><tt>GetDate</tt></u></span>===
 
===<span style="font-weight: normal;"><u><tt>GetDate</tt></u></span>===
Returns the current system date as a string in the format of "DD/MM/YY"
+
Returns the current system date as a string in the format of "DD/MM/YY" or "MM/DD/YY"
  
 
'''Parameters'''
 
'''Parameters'''

Revision as of 11:51, 24 May 2018


Author Matrix TSL
Version 1.0 (Release)
Category Simulation


Image Time Stamp component

A simple simulation component to collect the current system timestamp as a string.

Examples

No additional examples


Downloadable macro reference

This component does not contain any downloadable macros

Simulation macro reference

GetTimeStamp

No additional information


Parameters

This macro has no parameters


Return value

STRING


GetTime

Returns the current system time as a string in the format of "HH:MM:SS"

Parameters

This macro has no parameters


Return value

STRING


GetDate

Returns the current system date as a string in the format of "DD/MM/YY" or "MM/DD/YY"

Parameters

This macro has no parameters


Return value

STRING



Property reference

This component does not contain any properties