Implement DATE statement

This commit is contained in:
Joscha 2021-12-05 18:27:42 +01:00
parent 85d2c4bf89
commit 4c83df76d4
6 changed files with 159 additions and 11 deletions

View file

@ -29,7 +29,8 @@ fn main() -> anyhow::Result<()> {
let range = DateRange::new(
NaiveDate::from_ymd(2021, 1, 1),
NaiveDate::from_ymd(2021, 12, 31),
);
)
.unwrap();
println!("{:#?}", files.eval(EntryMode::Relevant, range));
files.mark_all_dirty();