get '/' => sub { show_day(now()) }; get '/day' => sub { show_day(now()) }; get '/day/:day' => sub { show_day($dp->parse_datetime(params->{'day'})) };