close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 2 and Version 3 of tolBasis


Ignore:
Timestamp:
May 12, 2015, 12:00:32 PM (10 years ago)
Author:
Pedro Gea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • tolBasis

    v2 v3  
    5757{{{
    5858#!perl
    59 Dsucc(Sys.Date(), Monthly, 2)
    60 currYear <- Dfloor(Sys.Date(), Yearly)
    61 Dseq(currYear, dating=Monthly, len=12)
     59Dsucc(Sys.Date(), Monthly, 1) # próximo mes
     60currYear <- Dfloor(Sys.Date(), Yearly) # año en curso
     61Dseq(currYear, dating=Monthly, len=12) # meses del año en curso
    6262}}}
    6363