Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Date and time type module

matias69
Beginner
469 Views
Where can i find a good date module that permits simple date interval operation and definesdates as a type. And works whith class type objects or structs.
Matas Moral
0 Kudos
1 Reply
Paul_Curtis
Valued Contributor I
469 Views
Here is an F90date/time module, used in DVF with Win32. The real-time() function relys on a direct Win32 API call (the F90 DVFintrinsicfunctionis broken), but otherwise the module should be portable.
Regards,
Paul Curtis
0 Kudos
Reply