CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviReport (Moderator: Dave Greenberg) »
  • <solved> Showing time in a report
Pages: [1]

Author Topic: <solved> Showing time in a report  (Read 618 times)

SarahG (FountainTribe)

  • Ask me questions
  • ****
  • Posts: 782
  • Karma: 29
  • CiviCRM version: 4.4.7
  • CMS version: Drupal 6, Drupal 7
  • MySQL version: 5.5
  • PHP version: 5.3
<solved> Showing time in a report
January 30, 2013, 11:40:18 am
I am trying to customize the event participant report template so that it lists event start date and time as a column.   I have the column ( and filters) for event start date working without issue.  But I cannot get the event start time to show.      Is there another report template that I can investigate that already shows the time?   
 


« Last Edit: February 02, 2013, 04:27:30 am by epg »
Did I help you? Please donate to the Civi-Make-It-Happen campaign  CiviCRM for mobile devices! 

SarahG (FountainTribe)

  • Ask me questions
  • ****
  • Posts: 782
  • Karma: 29
  • CiviCRM version: 4.4.7
  • CMS version: Drupal 6, Drupal 7
  • MySQL version: 5.5
  • PHP version: 5.3
<solved> Showing time in a report
February 02, 2013, 04:27:07 am
I figured this out. what I had to include to get the event start date column to include the time:

'event_start_date' => array(
            'title' => 'Event Start Date',
            'type'  =>  CRM_Utils_Type::T_TIMESTAMP
          )
Did I help you? Please donate to the Civi-Make-It-Happen campaign  CiviCRM for mobile devices! 

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviReport (Moderator: Dave Greenberg) »
  • <solved> Showing time in a report

This forum was archived on 2017-11-26.