Produced by IDL 7.1.1
User Documentation

./toolbox
dmtodayno.pro

Last modification date:
Wed Sep 28 13:27:11 2016

dmtodayno

function dmtodayno(day, mon, year)

Convert from day of month, month, and year to daynumber of year. It also works with arrays. This code came from Phil Perillat at Arecibo. Local changes:

Returns
daynum, int/long daynumber of year. First day of year is 1.
Version
$Id$

Parameters
day
in, required
long integer
day of month
mon
in, required
long integer
month of year 1..12
year
in, required
long integer
4 digit year


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:38 2016