pub fn date( question: &str, default: &str, min_date: &str, max_date: &str, starting_date: &str, week_start: Weekday, help_message: &str, date_format: &str, ) -> String