- or download this
use DateTime::Format::Epoch::MJD qw( );
...
DateTime::Format::Epoch::MJD->parse_datetime( $mjd )->ymd(),
"\n"
);
- or download this
BEGIN {
package DateTime::Format::Epoch::Excel;
...
DateTime::Format::Epoch::Excel->parse_datetime( 39749 )->ymd(),
"\n"
);
- or download this
use DateTime::Format::Excel qw( );
...
DateTime::Format::Excel->parse_datetime( 39749 )->ymd(),
"\n"
);