diff --git a/crm/fcrm/doctype/crm_task/crm_task.json b/crm/fcrm/doctype/crm_task/crm_task.json index bb962714..cdb95c61 100644 --- a/crm/fcrm/doctype/crm_task/crm_task.json +++ b/crm/fcrm/doctype/crm_task/crm_task.json @@ -59,7 +59,7 @@ }, { "fieldname": "due_date", - "fieldtype": "Date", + "fieldtype": "Datetime", "label": "Due Date" }, { @@ -87,7 +87,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2024-01-19 21:55:42.654547", + "modified": "2024-02-08 12:04:00.955984", "modified_by": "Administrator", "module": "FCRM", "name": "CRM Task", diff --git a/frontend/src/components/Activities.vue b/frontend/src/components/Activities.vue index d2319ce8..da4d4e47 100644 --- a/frontend/src/components/Activities.vue +++ b/frontend/src/components/Activities.vue @@ -154,8 +154,12 @@
- - {{ dateFormat(task.due_date, 'D MMM') }} + + {{ dateFormat(task.due_date, 'D MMM, hh:mm a') }}
@@ -367,24 +371,24 @@
- - - - - - + + + + + +
diff --git a/frontend/src/components/Controls/DatetimePicker.vue b/frontend/src/components/Controls/DatetimePicker.vue index ed7febb7..26bf680b 100644 --- a/frontend/src/components/Controls/DatetimePicker.vue +++ b/frontend/src/components/Controls/DatetimePicker.vue @@ -4,16 +4,14 @@ class="flex w-full [&>div:first-child]:w-full" >