mu_datetime_julianday

From Mailutils
Revision as of 10:59, 17 December 2011 by Gray (talk | contribs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


#include <mailutils/datetime.h>

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

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

See also