dm_time_parse_string Function

public function dm_time_parse_string(string) result(parsed)

Returns the passed string with formated descriptors replaced with their current values. The following format descriptors are allowed:

Format Description
%Y year
%M month
%D day of month
%h hour
%m minute
%s second

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: string

Input string.

Return Value character(len=:), allocatable

Output string.