Skip to main content

DATE

Constant DATE 

Source
pub const DATE: NaiveDate;
Expand description

Null valueo of date (0Nd).

§Example

use kdbplus::ipc::*;

let q_date_null = K::new_date(qnull::DATE);
assert_eq!(format!("{}", q_date_null), String::from("0Nd"));

§Note

The range of date in Rust is narrower than in q.