timex v3.1.11 Timex.Calendar.Julian
This module contains functions for working with dates in the Julian calendar.
Summary
Functions
Returns the day of the week, starting with 0 for Sunday, or 1 for Monday
Same as day_of_week/1, except takes year/month/day as distinct arguments
Same as julian_date/1, except takes an Erlang datetime, and returns a more precise Julian date number
Same as julian_date/1, except takes year/month/day as distinct arguments
Same as julian_date/1, except takes year/month/day/hour/minute/second as distinct arguments
Functions
Returns the day of the week, starting with 0 for Sunday, or 1 for Monday
day_of_week(year, month, day, weekstart)
day_of_week(Timex.Types.year, Timex.Types.month, Timex.Types.day, :sun | :mon) :: Timex.Types.weekday
Same as day_of_week/1, except takes year/month/day as distinct arguments
Same as julian_date/1, except takes an Erlang datetime, and returns a more precise Julian date number