Component: Timestamp ( Data): Difference between revisions
Appearance
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;..." |
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead"" |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 28: | Line 28: | ||
===GetDate=== | ===GetDate=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetDate''' | ||
|- | |- | ||
| colspan="2" | Gets the current date as a string. | | colspan="2" | Gets the current date as a string. | ||
| Line 52: | Line 52: | ||
===GetTime=== | ===GetTime=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetTime''' | ||
|- | |- | ||
| colspan="2" | Gets the current time as a string. | | colspan="2" | Gets the current time as a string. | ||
| Line 71: | Line 71: | ||
===GetTimestamp=== | ===GetTimestamp=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetTimestamp''' | ||
|- | |- | ||
| colspan="2" | Gets the current date and time as a string. | | colspan="2" | Gets the current date and time as a string. | ||
| Line 106: | Line 106: | ||
==Property reference== | ==Property reference== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |- | ||
|} | |} | ||
Latest revision as of 14:23, 13 July 2026
| 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
| GetDate | |
| Gets the current date as a string. | |
| USformat | |
| 0=D/M/Y 1=M/D/Y | |
| DateSeperator | |
| String used to seperate D, M, Y values e.g. "/" | |
| Return | |
GetTime
| GetTime | |
| Gets the current time as a string. | |
| TimeSeperator | |
| String used to seperate H, M, S values e.g. ":" | |
| Return | |
GetTimestamp
Property reference
| 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