libsim Versione 7.2.1
|
◆ datetime_to_char()
Restituisce una rappresentazione carattere stampabile di un oggetto datetime. Definizione alla linea 980 del file datetime_class.F90. 981
982ELSE IF (.not. present(year) .and. .not. present(month) .and. .not. present(day)&
983 .and. .not. present(hour) .and. .not. present(minute) .and. .not. present(sec)&
984 .and. .not. present(msec) .and. .not. present(isodate) &
985 .and. .not. present(simpledate) .and. .not. present(oraclesimdate)) THEN
986
|