Skip to content
Snippets Groups Projects
Commit f4754509 authored by bgm's avatar bgm
Browse files

Activity followup_date time format should use localization settings.

parent c16028a6
Branches
Tags
No related merge requests found
......@@ -762,7 +762,7 @@ class CRM_Activity_Form_Activity extends CRM_Contact_Form_Task {
$this->addDateTime('activity_date_time', ts('Date'), TRUE, array('formatType' => 'activityDateTime'));
//add followup date
$this->addDateTime('followup_date', ts('in'));
$this->addDateTime('followup_date', ts('in'), FALSE, array('formatType' => 'activityDateTime'));
//autocomplete url
$dataUrl = CRM_Utils_System::url("civicrm/ajax/rest",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment