Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Date and time type module

matias69
Beginner
385 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
385 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