Changeset 3068

Show
Ignore:
Timestamp:
11/22/06 23:28:54 (17 years ago)
Author:
jerome
Message:

Added help about date formatting.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkrefund

    r3066 r3068  
    6060         end            Job's date of printing 
    6161          
     62  Dates formatting with 'start' and 'end' filter keys : 
     63   
     64    YYYY : year boundaries 
     65    YYYYMM : month boundaries 
     66    YYYYMMDD : day boundaries 
     67    YYYYMMDDhh : hour boundaries 
     68    YYYYMMDDhhmm : minute boundaries 
     69    YYYYMMDDhhmmss : second boundaries 
     70    yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-15) 
     71    today[+-NbDays] : today more or less N days (e.g. : today-15) 
     72    tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15) 
     73    now[+-NbDays] : now more or less N days (e.g. now-15) 
     74 
     75  'now' and 'today' are not exactly the same since today represents the first 
     76  or last second of the day depending on if it's used in a start= or end= 
     77  date expression. The utility to be able to specify dates in the future is 
     78  a question which remains to be answered :-) 
     79   
    6280  Contrary to other PyKota management tools, wildcard characters are not  
    6381  expanded, so you can't use them.