Ignore:
Timestamp:
07/12/06 11:52:09 (18 years ago)
Author:
smasson
Message:

update documentation and .idlwave_catalog

Location:
trunk/SRC/Documentation/idldoc_html_output/Calendar
Files:
2 added
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/date2jul.html

    r119 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
     
    681681<div id="secondary_navbar"> 
    682682 
    683 &lt;&lt; prev file | <a href="date2string.html?format=raw">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="date2jul.html?format=raw" target="_TOP">view single page</a> | <a href="./../index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a> 
     683<a href="caldat.html?format=raw">&lt;&lt;prev file</a> | <a href="date2string.html?format=raw">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="date2jul.html?format=raw" target="_TOP">view single page</a> | <a href="./../index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a> 
    684684 
    685685</div> 
     
    696696      </div> 
    697697 
    698       <div id="file_comments"> gives julian day equivalent of a date in yyyymmdd format  
     698      <div id="file_comments">  
     699 gives Julian day equivalent of a date in yyyymmdd format 
    699700</div> 
    700701 
     
    716717         
    717718          <p class="header"> 
    718             <span class="result">result = </span>date2jul(<span class="result"><a href="#_date2jul_param_date">date</a></span>[, <a href="#_date2jul_keyword_GRADS">GRADS</a>=<span class="result">GRADS</span>])</p> 
     719            <span class="result">result = </span>date2jul(<span class="result"><a href="#_date2jul_param_date">date</a></span>, <a href="#_date2jul_keyword_GRADS">GRADS</a>=<span class="result">GRADS</span>)</p> 
    719720         
    720721          <div class="comments"> 
    721722</div> 
    722723 
    723           <h3>Return value</h3><div class="value"> date in julian day 
     724          <h3>Return value</h3><div class="preformat">  
     725 date in Julian day 
    724726</div> 
    725727 
     
    739741            </h4> 
    740742         
    741           <div class="comments"> date in yyyymmdd format 
     743          <div class="comments">  
     744 date in yyyymmdd format 
    742745</div> 
    743746             
     
    750753             
    751754            <h4 id="_date2jul_keyword_GRADS">GRADS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    752               <span class="attr">in</span> 
    753                
    754               <span class="attr">optional</span> 
     755               
     756               
     757               
    755758               
    756759               
     
    760763            </h4> 
    761764         
    762             <div class="comments">  
    763                if  1 <= year <= 49 --> year = 2000 + year 
    764                if 50 <= year <= 99 --> year = 1900 + year 
     765            <div class="comments"> 
     766 if  1 <= year <= 49 --> year = 2000 + year 
     767 if 50 <= year <= 99 --> year = 1900 + year 
    765768</div> 
    766769             
    767770           
    768771 
    769           <h3>Examples</h3><div class="value">  
    770  
    771     IDL> jday = juldate(19930124) 
    772     IDL> print, date2jul(19931205) EQ julday(12,5,1993)  
     772          <h3>Examples</h3><div class="preformat"> 
     773 
     774 IDL> jday = juldate(19930124) 
     775 IDL> print, date2jul(19931205) EQ julday(12,5,1993) 
    773776       1 
    774     IDL> print, date2jul(931205,/grads) EQ julday(12,5,1993)  
     777 IDL> print, date2jul(931205,/grads) EQ julday(12,5,1993) 
    775778       1 
    776779</div> 
    777780          <h3>Version history</h3> 
    778781           
    779           <h4>Version</h4><div class="value"> $Id: date2jul.pro 118 2006-06-27 15:47:06Z pinsard $ 
    780 </div> 
    781           <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
    782                        June 2005 
     782          <h4>Version</h4><div class="preformat"> $Id: date2jul.pro 137 2006-07-12 09:33:44Z smasson $ 
     783</div> 
     784          <h4>History</h4><div class="preformat">  
     785 Sebastien Masson (smasson@lodyc.jussieu.fr) June 2005 
    783786</div> 
    784787           
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/date2string.html

    r119 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
     
    696696      </div> 
    697697 
    698       <div id="file_comments"> create a nice and readable format to print a date 
    699  
    700  keyword parameters of string function to specify the format of the month (the C format) can be used 
     698      <div id="file_comments"> 
     699 create a nice and readable format to print a date 
    701700</div> 
    702701 
     
    723722</div> 
    724723 
    725           <h3>Return value</h3><div class="value"> a string containing the date in a easy readable format 
     724          <h3>Return value</h3><div class="preformat"> 
     725 a string containing the date in a easy readable format with the 
     726 same number of elements than yyyymmdd. 
    726727</div> 
    727728 
     
    741742            </h4> 
    742743         
    743           <div class="comments"> the date in the format yyyymmdd 
     744          <div class="comments">  
     745 the date in the format yyyymmdd. Can be scalar or array 
    744746</div> 
    745747             
     
    762764            </h4> 
    763765         
    764             <div class="comments"> used to pass your keywords to the created procedure. 
     766            <div class="comments">  
     767 used to pass your keywords to other procedures, for example 
     768 keyword FORMAT of string function (see example bellow)  
    765769</div> 
    766770             
    767771           
    768772 
    769           <h3>Examples</h3><div class="value">  
    770  
    771     IDL> print, date2string(19900123) 
     773          <h3>Examples</h3><div class="preformat"> 
     774 
     775 IDL> print, date2string(19900123) 
    772776    Jan 23, 1990 
    773     IDL> print, date2string(19900123, format = '(C(CMOA))') 
     777 IDL> print, date2string(19900123, format = '(C(CMOA))') 
    774778    JAN 23, 1990 
    775779</div> 
    776780          <h3>Version history</h3> 
    777781           
    778           <h4>Version</h4><div class="value"> $Id: date2string.pro 118 2006-06-27 15:47:06Z pinsard $ 
    779 </div> 
    780           <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     782          <h4>Version</h4><div class="preformat"> $Id: date2string.pro 137 2006-07-12 09:33:44Z smasson $ 
     783</div> 
     784          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
    781785 Creation ??? 
    782786 update/review June 2005 Sebastien Masson. 
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/daysinmonth.html

    r119 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
     
    696696      </div> 
    697697 
    698       <div id="file_comments"> give the number of days in a specific month 
     698      <div id="file_comments"> 
     699 give the number of days in a specific month 
    699700</div> 
    700701 
     
    716717         
    717718          <p class="header"> 
    718             <span class="result">result = </span>daysinmonth(<span class="result">[<a href="#_daysinmonth_param_month">month</a>][, <a href="#_daysinmonth_param_year">year</a>]</span>)</p> 
     719            <span class="result">result = </span>daysinmonth(<span class="result"><a href="#_daysinmonth_param_month">month</a>[, <a href="#_daysinmonth_param_year">year</a>]</span>)</p> 
    719720         
    720721          <div class="comments"> 
    721722</div> 
    722723 
    723           <h3>Return value</h3><div class="value"> number of days in a month or -1 in case of error 
     724          <h3>Return value</h3><div class="preformat">  
     725 number of days in a month or -1 in case of error 
    724726</div> 
    725727 
     
    729731             
    730732            <h4 id="_daysinmonth_param_month">month&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    731               <span class="attr">in</span> 
    732                
    733               <span class="attr">optional</span> 
     733               
     734               
     735               
    734736               
    735737               
     
    739741            </h4> 
    740742         
    741           <div class="comments"> </div> 
     743          <div class="comments"></div> 
    742744             
    743745            <h4 id="_daysinmonth_param_year">year&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    748750               
    749751               
    750                
     752              <span class="attr">default:</span> <span class="value">from "time" common variable of cm_4cal</span> 
    751753               
    752754            </h4> 
    753755         
    754           <div class="comments">  
    755  Year is used only if the  common variable key_caltype = 'greg'.  
    756  In that case, month and year must have the same number of elements.  
    757  If not provided, we take month and year from "time" common variable. 
     756          <div class="comments"> 
     757 To specify the year of the onth. Used only if the common variable 
     758 key_caltype = 'greg'. In that case, month and year must have the same 
     759 number of elements. 
    758760</div> 
    759761             
     
    763765           
    764766 
    765           <h3>Examples</h3><div class="value">  
     767          <h3>Examples</h3><div class="preformat"> 
    766768 IDL> ndays = daysinmonth(2, 2000) 
    767769</div> 
    768770          <h3>Version history</h3> 
    769771           
    770           <h4>Version</h4><div class="value"> $Id: daysinmonth.pro 118 2006-06-27 15:47:06Z pinsard $ 
    771 </div> 
    772           <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
    773                         2/7/98 
     772          <h4>Version</h4><div class="preformat"> $Id: daysinmonth.pro 137 2006-07-12 09:33:44Z smasson $ 
     773</div> 
     774          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     775 2/7/98 
    774776 update/review/english/new commons: June 2005 Sebastien Masson. 
    775777</div> 
     
    785787           
    786788           
    787           <h4>Uses routines</h4><div class="value"> cm_4cal 
    788         </div> 
     789          <h4>Uses routines</h4><div class="preformat"> cm_4cal, updatenew 
     790</div> 
    789791           
    790792           
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/dir-files.html

    r109 r138  
    6565      <ul> 
    6666         
     67        <li><a href="caldat.html?format=raw" target="file_frame">caldat.pro</a></li> 
    6768        <li><a href="date2jul.html?format=raw" target="file_frame">date2jul.pro</a></li> 
    6869        <li><a href="date2string.html?format=raw" target="file_frame">date2string.pro</a></li> 
    6970        <li><a href="daysinmonth.html?format=raw" target="file_frame">daysinmonth.pro</a></li> 
    7071        <li><a href="jul2date.html?format=raw" target="file_frame">jul2date.pro</a></li> 
     72        <li><a href="julday.html?format=raw" target="file_frame">julday.pro</a></li> 
    7173        <li><a href="leapyr.html?format=raw" target="file_frame">leapyr.pro</a></li> 
    7274        <li><a href="monthname.html?format=raw" target="file_frame">monthname.pro</a></li> 
    7375      </ul> 
    7476 
    75       <div id="tagline">6 files</div> 
     77      <div id="tagline">8 files</div> 
    7678       
    7779 
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/directory-overview.html

    r111 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
     
    698698      <dl> 
    699699       
     700        <dt><a href="caldat.html?format=raw">caldat.pro</a></dt> 
     701        <dd>  Return the calendar date and time given julian date.</dd> 
     702       
    700703        <dt><a href="date2jul.html?format=raw">date2jul.pro</a></dt> 
    701         <dd> gives julian day equivalent of a date in yyyymmdd format </dd> 
     704        <dd>   gives Julian day equivalent of a date in yyyymmdd format </dd> 
    702705       
    703706        <dt><a href="date2string.html?format=raw">date2string.pro</a></dt> 
    704         <dd> create a nice and readable format to print a date   keyword parameters of string function to specify the format of the month (the C format) can be used </dd> 
     707        <dd>  create a nice and readable format to print a date </dd> 
    705708       
    706709        <dt><a href="daysinmonth.html?format=raw">daysinmonth.pro</a></dt> 
    707         <dd> give the number of days in a specific month </dd> 
     710        <dd>  give the number of days in a specific month </dd> 
    708711       
    709712        <dt><a href="jul2date.html?format=raw">jul2date.pro</a></dt> 
    710         <dd> gives yyyymmdd date equivalent of a julian day </dd> 
     713        <dd>  gives yyyymmdd date equivalent of a Julian day </dd> 
     714       
     715        <dt><a href="julday.html?format=raw">julday.pro</a></dt> 
     716        <dd>  Calculate the Julian Day Number for a given month, day, and year.</dd> 
    711717       
    712718        <dt><a href="leapyr.html?format=raw">leapyr.pro</a></dt> 
    713         <dd> determine whether the input year is a leap year or not  Very useful for finding number of days in a year.</dd> 
     719        <dd>  determine whether the input year is a leap year or not  Very useful for finding number of days in a year.</dd> 
    714720       
    715721        <dt><a href="monthname.html?format=raw">monthname.pro</a></dt> 
    716         <dd> gives the name of a month   keyword parameters of string function to specify the format of the month (the C format) can be used.</dd> 
     722        <dd>  gives the name of a month </dd> 
    717723       
    718724      </dl> 
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/jul2date.html

    r119 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
     
    681681<div id="secondary_navbar"> 
    682682 
    683 <a href="daysinmonth.html?format=raw">&lt;&lt;prev file</a> | <a href="leapyr.html?format=raw">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="jul2date.html?format=raw" target="_TOP">view single page</a> | <a href="./../index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a> 
     683<a href="daysinmonth.html?format=raw">&lt;&lt;prev file</a> | <a href="julday.html?format=raw">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="jul2date.html?format=raw" target="_TOP">view single page</a> | <a href="./../index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a> 
    684684 
    685685</div> 
     
    696696      </div> 
    697697 
    698       <div id="file_comments"> gives yyyymmdd date equivalent of a julian day 
     698      <div id="file_comments"> 
     699 gives yyyymmdd date equivalent of a Julian day 
    699700</div> 
    700701 
     
    721722</div> 
    722723 
    723           <h3>Return value</h3><div class="value"> date in yyyymmdd format 
     724          <h3>Return value</h3><div class="preformat">  
     725 date in yyyymmdd format 
    724726</div> 
    725727 
     
    739741            </h4> 
    740742         
    741           <div class="comments"> julian day 
     743          <div class="comments">  
     744 Julian day 
    742745</div> 
    743746             
     
    747750           
    748751 
    749           <h3>Examples</h3><div class="value">  
    750  
    751     IDL> print, jul2date(julday(12,23,1999)) 
     752          <h3>Examples</h3><div class="preformat"> 
     753 
     754 IDL> print, jul2date(julday(12,23,1999)) 
    752755        19991223 
    753756</div> 
    754757          <h3>Version history</h3> 
    755758           
    756           <h4>Version</h4><div class="value"> $Id: jul2date.pro 118 2006-06-27 15:47:06Z pinsard $ 
    757 </div> 
    758           <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     759          <h4>Version</h4><div class="preformat"> $Id: jul2date.pro 137 2006-07-12 09:33:44Z smasson $ 
     760</div> 
     761          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
    759762                       June 2005 
    760763</div> 
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/leapyr.html

    r119 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
     
    681681<div id="secondary_navbar"> 
    682682 
    683 <a href="jul2date.html?format=raw">&lt;&lt;prev file</a> | <a href="monthname.html?format=raw">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="leapyr.html?format=raw" target="_TOP">view single page</a> | <a href="./../index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a> 
     683<a href="julday.html?format=raw">&lt;&lt;prev file</a> | <a href="monthname.html?format=raw">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="leapyr.html?format=raw" target="_TOP">view single page</a> | <a href="./../index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a> 
    684684 
    685685</div> 
     
    696696      </div> 
    697697 
    698       <div id="file_comments"> determine whether the input year is a leap year or not 
     698      <div id="file_comments"> 
     699 determine whether the input year is a leap year or not 
    699700 Very useful for finding number of days in a year. 
    700701 eg. NUM_DAYS_IN_YR = 365 + leapyr(year) 
     
    723724</div> 
    724725 
    725           <h3>Return value</h3><div class="value"> 0 then not a leap year  
    726           1 then year is a leap year 
     726          <h3>Return value</h3><div class="preformat">  
     727 0 then not a leap year, 1 then year is a leap year 
     728 with the same number of elements than year. 
    727729</div> 
    728730 
     
    742744            </h4> 
    743745         
    744           <div class="comments"> year to be tested as a leap year 
     746          <div class="comments">  
     747 year to be tested as a leap year. Can be scalar or array 
    745748</div> 
    746749             
     
    750753           
    751754 
    752           <h3>Examples</h3><div class="value"> 
     755          <h3>Examples</h3><div class="preformat"> 
    753756 IDL> result = leapyr(2000) 
    754757</div> 
    755758          <h3>Version history</h3> 
    756759           
    757           <h4>Version</h4><div class="value"> $Id: leapyr.pro 118 2006-06-27 15:47:06Z pinsard $ 
    758 </div> 
    759           <h4>History</h4><div class="value"> 
     760          <h4>Version</h4><div class="preformat"> $Id: leapyr.pro 137 2006-07-12 09:33:44Z smasson $ 
     761</div> 
     762          <h4>History</h4><div class="preformat"> 
    760763 
    761764 Originally Written by: Trevor Harris, Physics Dept., University of Adelaide, 
    76276520/09/88 
    763766 
    764        November 2004: correction for century years... S. Masson; 
    765  
    766        Every year divisible by 4 is a leap year.  
    767        But every year divisible by 100 is NOT a leap year  
    768        Unless the year is also divisible by 400, then it is still a 
    769        leap year. 
    770        This means that year 1800, 1900, 2100, 2200, 2300 and 2500 are 
    771        NOT leap years, while year 2000 and 2400 are leap years.  
    772        + supress the automatic change 89 -> 1989 
    773  
    774        June 2005 update for new commons, Sebastien Masson. 
    775  
     767 November 2004: correction for century years... S. Masson; 
     768 
     769 Every year divisible by 4 is a leap year. 
     770 But every year divisible by 100 is NOT a leap year 
     771 Unless the year is also divisible by 400, then it is still a 
     772 leap year. 
     773 This means that year 1800, 1900, 2100, 2200, 2300 and 2500 are 
     774 NOT leap years, while year 2000 and 2400 are leap years. 
     775 + supress the automatic change 89 -> 1989 
     776 
     777 June 2005 update for new commons, Sebastien Masson. 
    776778</div> 
    777779           
     
    786788           
    787789           
    788           <h4>Uses routines</h4><div class="value"> cm_4cal 
     790          <h4>Uses routines</h4><div class="preformat"> cm_4cal 
    789791</div> 
    790792           
  • trunk/SRC/Documentation/idldoc_html_output/Calendar/monthname.html

    r119 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
     
    696696      </div> 
    697697 
    698       <div id="file_comments"> gives the name of a month 
    699  
    700  keyword parameters of string function to specify the format of the month (the C format) can be used. 
     698      <div id="file_comments"> 
     699 gives the name of a month 
    701700</div> 
    702701 
     
    714713        <div class="routine_details" id="_monthname"> 
    715714 
    716           <h2><a class="top" href="#container">top</a>monthname <span class="categories"> calendar 
    717  </span></h2> 
     715          <h2><a class="top" href="#container">top</a>monthname <span class="categories"> calendar, string 
     716</span></h2> 
    718717         
    719718          <p class="header"> 
    720             <span class="result">result = </span>monthname(<span class="result"><a href="#_monthname_param_mm1">mm1</a></span>, <a href="#_monthname_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
     719            <span class="result">result = </span>monthname(<span class="result"><a href="#_monthname_param_month">month</a></span>, <a href="#_monthname_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    721720         
    722721          <div class="comments"> 
    723722</div> 
    724723 
    725           <h3>Return value</h3><div class="value"> the month's name 
     724          <h3>Return value</h3><div class="preformat"> 
     725 the month names, a string with the same number of elements than month. 
    726726</div> 
    727727 
     
    730730         
    731731             
    732             <h4 id="_monthname_param_mm1">mm1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     732            <h4 id="_monthname_param_month">month&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    733733              <span class="attr">in</span> 
    734734               
     
    741741            </h4> 
    742742         
    743           <div class="comments">  the month number (from 1 to 12) 
     743          <div class="comments">  
     744 the month number (from 1 to 12). Can be scalar or array 
    744745</div> 
    745746             
     
    762763            </h4> 
    763764         
    764             <div class="comments"> used to pass your keywords to the created procedure. 
     765            <div class="comments"> 
     766 used to pass your keywords to other procedures, for example 
     767 keyword FORMAT of string function (see example bellow)  
    765768</div> 
    766769             
    767770           
    768771 
    769           <h3>Examples</h3><div class="value">  
     772          <h3>Examples</h3><div class="preformat"> 
    770773 IDL> name=monthname(2) 
    771774</div> 
    772775          <h3>Version history</h3> 
    773776           
    774           <h4>Version</h4><div class="value"> $Id: monthname.pro 118 2006-06-27 15:47:06Z pinsard $ 
    775 </div> 
    776           <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     777          <h4>Version</h4><div class="preformat"> $Id: monthname.pro 137 2006-07-12 09:33:44Z smasson $ 
     778</div> 
     779          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
    777780                      1 October 2001 
    778781</div> 
Note: See TracChangeset for help on using the changeset viewer.