|
-
[*year/month/day]2[:] %apply;nth([(week day)], date.week_day)
%if;(date.julian_day = today.julian_day)%sp;%time;%end;.
%if;(date.julian_day > 2375839)
-
[*gregorian/julian/french/hebrew]2[:] %apply;french_day(date.french.day),%sp;%date.french.day;
%apply;nth([(french revolution month)], date.french.month -1)
%sp;an %date.french.year.roman;.
%end;
-
[*moon age/new moon/first quarter/full moon/last quarter]0[:] %date.moon_age;
%if;(date.moon_age = 1) [year/month/day]2. %else; [year/month/day]2s.%end;
%if;(date.moon_phase.index != 0)
-
%apply;capitalize%with;
%apply;nth([moon age/new moon/first quarter/full moon/last quarter],
date.moon_phase.index)[:]%sp;
%date.moon_phase.hour; h %date.moon_phase.minute; min UT.
%end;
%end;
%if;(date.julian_day > 1721425 and today.julian_day != date.julian_day)
- [*age][:]
%if;(today.julian_day > date.julian_day)
%apply;compute_age("today","date").
%else;
-%apply;compute_age("date","today").
%end;
%end;
-
[*julian day][:]%sp;
%if;(date.julian_day < 1000)%date.julian_day;.
%else;%date.julian_day.sep1000;.
%end;
%if;(wizard or friend)
%end;
|