GINO Graphics Suite - GINOGRAF v9.5  

ggConvertGraphToDate

Syntax

[C/C++:]
void ggConvertGraphToDate(float value, char date[ ]);
[F90:]
subroutine ggConvertGraphToDate(value, date)

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().

See Also

ggConvertGraphToDate Usage
ggSetDateFormat
ggConvertDateToGraph