mu_datetime_dayofyear

From Mailutils
Jump to navigationJump to search


#include <mailutils/datetime.h>

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

The mu_datetime_dayofyear function returns the ordinal date (a number in the range 1 - 366), corresponding to the specified date. Both month and day start with 1.

See also