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.
- Timestamp:
-
May 12, 2015, 12:00:32 PM (10 years ago)
- Author:
-
Pedro Gea
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
57 | 57 | {{{ |
58 | 58 | #!perl |
59 | | Dsucc(Sys.Date(), Monthly, 2) |
60 | | currYear <- Dfloor(Sys.Date(), Yearly) |
61 | | Dseq(currYear, dating=Monthly, len=12) |
| 59 | Dsucc(Sys.Date(), Monthly, 1) # próximo mes |
| 60 | currYear <- Dfloor(Sys.Date(), Yearly) # año en curso |
| 61 | Dseq(currYear, dating=Monthly, len=12) # meses del año en curso |
62 | 62 | }}} |
63 | 63 | |