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

Last change on this file since 232 was 232, checked in by pinsard, 17 years ago

improvements/corrections of some *.pro headers

  • Property svn:keywords set to Id
File size: 478 bytes
RevLine 
[2]1;+
[232]2;
[127]3; @file_comments
[232]4; used <pro>daysinmonth</pro> instead
[127]5;
[97]6; @obsolete
[2]7;
[118]8; @param mois {in}{optional}
[127]9;
[118]10; @param annee {in}{optional}
11;
[231]12; @history
13; Sebastien Masson (smasson\@lodyc.jussieu.fr)
[97]14; June 2005: Sebastien Masson, english version
[118]15;
[231]16; @version
17; $Id$
[118]18;
[2]19;-
[231]20;
[9]21function jourdsmois, mois, annee
[114]22;
23  compile_opt idl2, strictarrsubs, obsolete
24;
[9]25
26case n_params() OF
27  0:return, daysinmonth()
28  1:return, daysinmonth(mois)
29  2:return, daysinmonth(mois, annee)
[2]30endcase
[9]31
[2]32end
Note: See TracBrowser for help on using the repository browser.