date_utils
/*This is a public crate for various date related utilities created by Jude Packard-Jones This crate relies on the chrono crate. Completed functions and methods: use method weekday to return the day of a week from a given Date struct use method weekday_as_int to return the day of the week as an index from 0-6 starting on Sunday. *both of these use Zellers congruence for calculations use current_date to get the current date as Date TODO: Increment date method Decrease date method
*/