back to Table of Contents


StrFCurrentTime$ (function)

Return formatted date/time output for the current system time, this function does emulate the C/C++ time function strftime(), it takes the arguments required for formatting and returns the result in a new string.

Note that it works only for date/times in the following range:

these limitations are imposed by the strftime() implementation.

SYNTAX:

formatted$ = StrFCurrentTime$ (fmt$)

INPUTS:

fmt$ (STRING)


RESULT:

formatted$ (STRING)


ERRORS:


back to Table of Contents