[Remind-Fans] orthodox easter (pascha) calculation. tested and NOT working.

Inter Navtis navtis at hab-verschlafen.de
Thu Jun 1 18:25:58 EDT 2017


Hi,

I think, we had almost the same dialog about 2 years ago.

I did my one code that i shared over the list. You can find it in the archive: 
http://lists.roaringpenguin.com/pipermail/remind-fans/2015/003152.html

Have fun + Καλό μήνα


Às 22:02 de 01-06-2017, gino.aerografia escreveu:
> Hi, sorry for the trouble, i thought i had corrected some typing errors
> and miscalculations in the original post, in later messages, but i can't
> be sure. Please, try this code, and let me know about the results.
> Thank you!
>
> SET cal_d 44-((((year(today())-2)%19)*11)%30)
> IF cal_d <= 20
>    SET pas_d date(year(today()),04,cal_d)+13
> ELSE
>     IF cal_d <= 30
>     SET pas_d date(year(today()),03,cal_d)+13
>     ELSE
>     SET pas_d date(year(today()),04,cal_d-30)+13
>     ENDIF
> ENDIF
> SET Easterdate evaltrig("Sunday",pas_d)
> REM [Easterdate] MSG Holy Pascha
> SET Gdate date(year(today()),04,23)
> IF (Easterdate -40 <= Gdate && Gdate <= Easterdate)
>    REM Mon [Easterdate] MSG Saint George's Day
> ELSE
>    REM 23 Apr MSG Saint George's Day
> ENDIF
> _______________________________________________
> Remind-fans mailing list
> Remind-fans at lists.roaringpenguin.com
> http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans
> Remind is at http://www.roaringpenguin.com/products/remind
>


More information about the Remind-fans mailing list