Skip to main content

date_to_serial

Function date_to_serial 

Source
pub fn date_to_serial(date: NaiveDate) -> f64
Expand description

Convert a NaiveDate to an Excel serial number.

Serial number 1 = January 1, 1900. Accounts for the Excel 1900 leap year bug (serial 60 = the non-existent February 29, 1900).