pub trait IntoMonthly<T>where T: TimeValue,{ fn monthly(self) -> Monthly<T>; }
The trait that converts a normal date coord into a monthly one
Converts a normal date coord into a monthly one