Time$: Difference between revisions
Jump to navigation
Jump to search
(edit) |
No edit summary |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
TIME$ | |||
The '''Time$''' [[internal function]] returns the system time in the format hh:mm:ss. | The '''Time$''' [[internal function]] returns the system time in the format hh:mm:ss. | ||
Line 5: | Line 7: | ||
00020 FORM "Time: ",C 8,SKIP 1," Date: ",C 8 | 00020 FORM "Time: ",C 8,SKIP 1," Date: ",C 8 | ||
Lines 10 and 20 illustrate putting TIME$ and DATE$ as identifying information on a printed report. | Lines 10 and 20 illustrate putting TIME$ and [[DATE$]] as identifying information on a printed report. | ||
==== | ====See Also==== | ||
*[[Date$]] | |||
*[[Date (internal function)]] | |||
*[[Time]] ([[command]]) | |||
====Technical Considerations==== | ====Technical Considerations==== | ||
# The time can be changed by the operator using the Time command from Business Rules!. On a [[multi-user system]], these changes do not affect other [[workstations]]. | |||
<noinclude> | |||
[[Category:Internal Functions]] | |||
</noinclude> |
Latest revision as of 03:16, 22 May 2014
TIME$
The Time$ internal function returns the system time in the format hh:mm:ss.
Comments and Examples
00010 PRINT #255,USING 20: TIME$, DATE$ 00020 FORM "Time: ",C 8,SKIP 1," Date: ",C 8
Lines 10 and 20 illustrate putting TIME$ and DATE$ as identifying information on a printed report.
See Also
Technical Considerations
- The time can be changed by the operator using the Time command from Business Rules!. On a multi-user system, these changes do not affect other workstations.