dayofweek_from_fixed
return rd - dayofweek_from_fixed(rd - dow);
int dayofweek_from_fixed(int rd);
dow = dayofweek_from_fixed(Options.today);
dow = dayofweek_from_fixed(Options.day_begin);
dow = dayofweek_from_fixed(Options.today);