| <<< Switching to numeric representation | Index | Step in the right direction >>> |
Functions such as
int serial_julian_date( int Month, int Day, int Year );
int serial_2_month( int nDate );
int serial_2_day( int nDate );
int serial_2_year( int nDate );
perform nice job converting to and from different date formats.
| <<< Switching to numeric representation | Index | Step in the right direction >>> |