Changes between Version 11 and Version 12 of DateFieldPlugin


Ignore:
Timestamp:
May 26, 2009, 9:09:23 PM (15 years ago)
Author:
Trae
Comment:

for people new to Trac, we really need to have the example: [ticket-custom] section.... otherwise, this whole bit is failure. To those who've been around a while, sure it makes sense. But those of use who are newbies.... I struggled with this too long. Please, if you change it, make sure you leave SOMETHING in the [ticket-custom] area. Thanks!

Legend:

Unmodified
Added
Removed
Modified
  • DateFieldPlugin

    v11 v12  
    4444}}}
    4545
     46To add a Due Date:
     47{{{
     48[ticket-custom]
     49due_date = text
     50due_date.date = true
     51due_date.label = Due Date
     52due_date.value = MM-DD-YYYY
     53due_date.date_empty = true
     54}}}
     55
    4656To configure:
    4757{{{
    4858[datefield]
    49 format = ymd
     59format = mdy
    5060separator = -
    5161first_day = 1