source: trunk/SRC/Obsolete/jourdsmois.pro @ 97

Last change on this file since 97 was 97, checked in by pinsard, 18 years ago

start to modify headers of Obsolete *.pro files for better idldoc output

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 699 bytes
Line 
1;------------------------------------------------------------
2;------------------------------------------------------------
3;------------------------------------------------------------
4;+
5; @file_comments used daysinmonth instead...
6; @obsolete
7;
8; @history Sebastien Masson (smasson\@lodyc.jussieu.fr)
9; June 2005: Sebastien Masson, english version
10;-
11;------------------------------------------------------------
12;------------------------------------------------------------
13;------------------------------------------------------------
14function jourdsmois, mois, annee
15
16case n_params() OF
17  0:return, daysinmonth()
18  1:return, daysinmonth(mois)
19  2:return, daysinmonth(mois, annee)
20endcase
21
22end
Note: See TracBrowser for help on using the repository browser.