datetime-fortran

Fortran library for time and date manipulation operations

brewmacoslinux
Try with needOr install directly
Source

About

Fortran time and date manipulation library

Commands

datetime-fortran

Examples

Link datetime-fortran library in a Fortran compilation command$ gfortran -o myprogram myprogram.f90 -L$(brew --prefix datetime-fortran)/lib -ldatetime
Include datetime-fortran headers in Fortran source compilation$ gfortran -o myprogram myprogram.f90 -I$(brew --prefix datetime-fortran)/include
Check installed datetime-fortran version and location$ brew info datetime-fortran