Note: This function is relevant only for charts that were explicitly defined using one of the graphic editors.
Input/Outputstm_id chart_id;
int status;
.
.
chart_id = stm_r_ch ("TOP", &status);
printf ("\n Chart created on: %s",
stm_r_ch_creation_date (chart_id, &status));
.
.
The date output is the date on which the chart namedTOP
was created.