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

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

upgrade of CALENDRIER/Calendar according to cerbere.lodyc.jussieu.fr:/usr/home/smasson/SAXO_RD/ : files

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