set_date

Function set_date 

Source
pub fn set_date(
    bytearray: &mut [u8],
    byte_index: usize,
    value: NaiveDate,
) -> Result<(), String>