Frappe Todo Due date

I am working on College Project , the project is based on Staff and students task assigned management.
So in frappe todo there is due date field and its data type is “Date” but I want datatype “DateTime”.
So It would be right approach to change datatype through customize form?
Or it can be done with another way?

You can’t change the field type.

You can add a datetime field or add just a time field and query it + due date.

Alternatively you could assume a specific time of day and return that with the due date as datetime.

1 Like

Thanx for reply.

Yeah right, I have created new field of due date time with datatype “datetime”