On 2025-12-21 14:52, Remind list wrote: > For "the nth day of the year", while I don't normally approve of such > things, in this instance it's fine to use: > > REM [date($Uy, 1, 1) + 90 - 1] MSG 90th day of the year. > > (substitute the appropriate value for 90)
Huh, I suppose I should have gone this route, but I calculated the Nth day of the year once and then adjusted it based on whether it was a leap year or not if it's after Feb 28/29th: REM Aug [25 - isleap(current())] +1 MSG %"0xED day%" %b (I've designated the 153rd day of the year as ed(1) day because 0xED is decimal 153 :-) > > REM [hebdate(15, "Shevat", $U)] ??? Tu BiShvat * > > Ah. Remind spells "??????" as "Shvat", not "Shevat". Hah, because of the Unicode mangling in my LANG=C mutt output giving me that "??????", I parsed this initially as something about "Remind spells" as if they were incantations for making proper reminders and the imagery made me laugh. -tim -- _______________________________________________ Remind-fans mailing list [email protected] https://dianne.skoll.ca/mailman/listinfo/remind-fans Remind is at https://dianne.skoll.ca/projects/remind/
