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.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*) | :: | string |