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