Discordian date: Difference between revisions

m
Line 204:
auto sday = ddoy % 73; // season day
 
if (sday == 5) return apostle[indx] ~ ", in the YOLD " ~ dyear;
if (sday == 50) return holiday[indx] ~ ", in the YOLD " ~ dyear;
 
return format("%s, day %s of %s in the YOLD %s", wday, sday, seas, dyear);
Anonymous user