% Return the last day of the month @var{m} for the year @var{y} in
SYNOPSIS
function e = eomdate (y, m)
DESCRIPTION
% -*- texinfo -*-
% @deftypefn {Function File} {@var{e} =} eomdate (@var{y}, @var{m})
% Return the last day of the month @var{m} for the year @var{y} in
% datenum format.
% @seealso{datenum, datevec, weekday, eomday}
% @end deftypefn
CROSS-REFERENCE INFORMATION
This function calls:
datenum % Returns the specified local time as a day number, with Jan 1, 0000
eomday % Return the last day of the month @var{m} for the year @var{y}.