On Oct 26, 6:26 am, Roger Oberholtzer <[email protected]> wrote: > I have had a request to add a date variable to tickets. I can make it a > simple text field. However, this makes it awkward to use as a sort key. > Is there a better way to add a date to a ticket? Especially if one use > is sorting?
The sorting issue can be handled by storing the date as a datenumber (time elapsed since date x) and transforming it to human readable before displaying in the ticket. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
