
mjd_to_weekday(++MJD, ?DayName)

   returns the weekday of the specified MJD as atom monday, tuesday etc

Arguments
   MJD                 Integer or float
   DayName             Variable or atom

Type
   library(calendar)


