Browse Source

docs(middle-day): update deprecated method

pull/1814/head
Michele Sessa 1 year ago committed by Michele
parent
commit
1bc3b5d6dd
  1. 2
      subjects/middle_day/README.md

2
subjects/middle_day/README.md

@ -18,8 +18,6 @@ Here is a program to test your function:
use middle_day::*;
fn main() {
let date = Utc.ymd(2011, 12, 2).and_hms(21, 12, 09);
println!("{:?}", middle_day(1022).unwrap());
}
```

Loading…
Cancel
Save