On Mar 10, 6:29 pm, Nicolás Solá <[email protected]> wrote:
> Hi, I'm creating a new report and I need to show the due date from the
> milestone table, but this datum is an integer. How can I cast it in
> order to display the actual due date?
>
> Thank you



Try casting the due date using date function :

date(due_date, 'unixepoch')

-Sneha
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to