getCurrentTime
getCurrentTime(
)
=> t_timeString
Description
Returns a string representation of the current time.
Arguments
Value Returned
|
Current time in the form of a string. The format of the string is |
Examples
The format used in the following example is also used by the compareTime function.
getCurrentTime( )=> "June 10 18:15:18 2022"
Related Topics
Return to top