real, intent(in) :: value character*(*), intent(out) :: date
Arguments
value
Date value
date
Returned date string
Description
Converts a date data value into a character string representing its date in the current input date format.
The date is returned as a string of 10 characters, formatted according to the current input date type as set by ggSetDateFormat(). Such dates can be converted back to date values through the routine ggConvertDateToGraph().