


% -*- texinfo -*-
% @deftypefn {Function File} {[begindate, enddate]} = thirdwednesday (month, year)
%
% Find the third Wednesday of the month specified by the @var{month}
% and @var{year}. The @var{begindate} is the third Wednesday of the
% month, and the @var{enddate} is three months after that. Outputs are
% in the form of datenums.
%
% The third Wednesday is used for Eurodollar futures.
%
% @seealso{nweekdate, datenum}
% @end deftypefn