datetime-fortran
datetime-fortran copied to clipboard
New functions monthLong and monthShort to get the name of the month
- monthLong returns the full name of the month.
- monthShort returns the short (3 letter) name of the month.
- Documentation in the README file has been added for these functions.
- Tests have been updated.