Subversion Repositories wimsdev

Rev

Rev 11242 | Rev 11278 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11242 Rev 11273
Line 7... Line 7...
7
slib_parms=2\
7
slib_parms=2\
8
 ,first date (written in format ddmmyyyy)\
8
 ,first date (written in format ddmmyyyy)\
9
 ,second date (written in format ddmmyyyy), or number of days to add\
9
 ,second date (written in format ddmmyyyy), or number of days to add\
10
diff,option as diff, add
10
diff,option as diff, add
11
 
11
 
12
 
-
 
13
  slib_out=<ul><li>with parameter <code>diff</code> (default), returns the number of days between the two dates.</li>\
12
slib_out=<ul><li>with parameter <code>diff</code> (default), returns the number of days between the two dates.</li>\
14
  <li>with parameter <code>add</code>, returns the first date plus the second number of days</li>\
13
  <li>with parameter <code>add</code>, returns the new date obtaining by adding the date plus the number of days</li>\
15
  <li>with parameter <code>add</code>, you can add also add the parameter <code>item</code> to return the date in a comma separated values format.</li>\
14
  <li>with parameter <code>add</code>, you can also add the parameter <code>item</code> to return\
16
  <li>with parameter <code>add</code>, you can add also add the parameter <code>nospace</code> to return a compacted format date (ddmmyyyy).</li></ul>
15
   the date in a comma separated values format or the parameter <code>nospace</code> \
-
 
16
   to return a compacted format date (ddmmyyyy).</li></ul>
17
slib_example=12022013,18082013,diff\
17
slib_example=12022013,18082013,diff\
18
12022013,13022013,diff\
18
12022013,13022013,diff\
19
12022013,18082013,diff\
19
12022013,18082013,diff\
20
18082013,12022013\
20
18082013,12022013\
21
17012012,10092014\
21
17012012,10092014\