strtime

Syntax

strtime( string text )

Arguments

text
Pointer to a string buffer where the current time will be stored.

Description

This function retrieves the current time and converts it to a string in the form 15:54:35.

Example

strtime( str0 );

Also see

strdate

Comments

Everyone can add his comments about his experiences with this function here. Tips for using it are welcome, too.