timestring Subroutine

public subroutine timestring(string)

TIMESTRING writes the current YMDHMS date into a string.

Example:

STRING = '31 May 2001   9:45:54.872 AM'

Licensing:

This code is distributed under the GNU LGPL license.

Modified:

06 August 2005

Author:

John Burkardt

Parameters:

Output, character ( len = * ) STRING, contains the date information.
A character length of 40 should always be sufficient.

Arguments

Type IntentOptional AttributesName
character(len=*) :: string

Called by

proc~~timestring~~CalledByGraph proc~timestring timestring proc~logger_log_msg logger_log_msg proc~logger_log_msg->proc~timestring

Contents

None