Changes between Version 7 and Version 8 of DateFieldPlugin


Ignore:
Timestamp:
Sep 24, 2008, 11:14:44 PM (16 years ago)
Author:
hju@…
Comment:

adding first_day parameter to description

Legend:

Unmodified
Added
Removed
Modified
  • DateFieldPlugin

    v7 v8  
    1111Currently this will only validate that the given input looks like the specified date format (see below). Date range checking could be added if someone asks nicely enough.
    1212
    13 The only configurable options are the date format and separator. Valid formats are `dmy`, `mdy`, and `ymd`.
     13The only configurable options are
     14 ''format = ''::
     15   valid formats are `dmy`, `mdy`, and `ymd`
     16 ''sparator = ''::
     17   possible values are `-` or `.`
     18 ''first_day = ''::
     19   let you change the first day of week (0=Sunday .. 6=Saturday) (as introduced in #1726)
     20
    1421
    1522== Bugs/Feature Requests ==
     
    4249format = ymd
    4350separator = -
     51first_day = 1
    4452}}}
    4553