Changes between Initial Version and Version 5 of Ticket #7232


Ignore:
Timestamp:
Sep 5, 2010, 4:49:00 AM (14 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7232

    • Property Cc Steffen Hoffmann added; anonymous removed
    • Property Keywords date/time format added
    • Property Owner changed from Ryan J Ollos to Steffen Hoffmann
    • Property Summary changed from separator in date string to Explicit separator required in date string
  • Ticket #7232 – Description

    initial v5  
    11We had to set the seperator 'sep' in wikiticketcalendar/macro.py
    2 hard coded to: "/"
    3 to make it work
     2hard coded to "/" to make it work
    43
    5                     duedate = { 'dmy': '%(dd)s%(sep)s%(mm)s%(sep)s%(yy)s',
     4{{{
     5duedate = { 'dmy': '%(dd)s%(sep)s%(mm)s%(sep)s%(yy)s',
    66                                'mdy': '%(mm)s%(sep)s%(dd)s%(sep)s%(yy)s',
    77                                'ymd': '%(yy)s%(sep)s%(mm)s%(sep)s%(dd)s'
     
    1414                    }
    1515
     16}}}