From 272b00f4594c2ee85c6e75fb862e2a7d3d1c6510 Mon Sep 17 00:00:00 2001 From: Civiware Solutions Date: Fri, 29 Jun 2018 03:01:30 +0530 Subject: [PATCH] added time format --- batchexportperm.php | 1 + 1 file changed, 1 insertion(+) diff --git a/batchexportperm.php b/batchexportperm.php index d863dbb..d35c492 100644 --- a/batchexportperm.php +++ b/batchexportperm.php @@ -118,6 +118,7 @@ function batchexportperm_civicrm_managed(&$entities) { 'is_active' => TRUE, 'is_view' => TRUE, 'date_format' => 'mm/dd/yy', + 'time_format' => 1, 'text_length' => 255, 'column_name' => 'export_date', 'note_columns' => 150,