Branch: Tag:

2000-08-12

2000-08-12 08:52:10 by Mirar (Pontus Hagland) <pike@sort.mirar.org>

...

Rev: lib/modules/Calendar_I.pmod/module.pmod:1.7

4663:   <doc>   <text>   <p> - This module implements calendar calculations, and base classes - for time units. - </p> + This module exist only for backwards compatible issues with + earlier Pike releases. Use the Calendar module instead.</p> +  + <p>This code can be used to simulate the old calendar + for now (it might be removed in later Pike's):</p> +  + <p> + <pre> + #if constant(Calendar.II) + #define Calendar Calendar_I + #endif + &lt;i&gt;...&lt;/i&gt; import Calendar &lt;i&gt;or whatever ...&lt;/i&gt; + </pre></p> +  + <p>This module implements calendar calculations, and base classes + for time units.</p> +  + <p/>   </text>      </doc>