mu_datetime_julianday

From Mailutils
Revision as of 11:03, 17 December 2011 by Gray (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


#include <mailutils/datetime.h>

int mu_datetime_julianday (int year, int month, int day);

The function mu_datetime_julianday computes and returns the Julian day corresponding to the given date. Both month and day start with 1.

See also