Menu

#275 CRM Time

current_version
closed
None
5
2016-01-31
2005-01-19
No

Guys, I wanted to put the TIME in crm_detail_list and
crm_details.

I see line 22 of contact_crm_details.tpl is:
<td class="tab">{$td.contact_date|mgw_date}</td>

I assume $td.contact_date has both date and time, right?
So I would like something like:
<td
class="tab">{$td.contact_date|mgw_date}-{$td.contact_date|mgw_time}</td>
But I guess there is no "mgw_time"... (?)

How can I print the time?

Thanks.

Alroger

Discussion

  • Karsten Dambekalns

    • assigned_to: nobody --> k-fish
     
  • Karsten Dambekalns

    Logged In: YES
    user_id=105527

    mgw_time and mgw_datetime should both be usable.

     
  • Karsten Dambekalns

    • status: open --> closed
     
  • Alroger Filho

    Alroger Filho - 2005-08-16
    • status: closed --> pending
     
  • Alroger Filho

    Alroger Filho - 2005-08-16

    Logged In: YES
    user_id=742056

    I've tried both
    <td
    class="tab">{$td.contact_date|mgw_date}-{$td.contact_date|mgw_datetime}</td>
    and
    <td
    class="tab">{$td.contact_date|mgw_date}-{$td.contact_date|mgw_time}</td>

    And the time comes out as 00:00:00, always.

    Any other idea?

     
  • SourceForge Robot

    Logged In: YES
    user_id=1312539

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     
  • SourceForge Robot

    • status: pending --> closed
     
  • Alroger Filho

    Alroger Filho - 2005-08-31
    • status: closed --> open
     
  • Alroger Filho

    Alroger Filho - 2005-08-31

    Logged In: YES
    user_id=742056

    K-Fish, any ideas? What am I doing wrong?

     
  • Matthieu PAINEAU

    • Status: open --> closed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.