How to add hours and minutes in datepicker
Hello!
I have a field 'time' in database for my news simple module. And it shows as a time field without any additional settings(which is nice ), but iv tried to add hours and minutes (change from /mm/dd/yyyy to mm/dd/yyyy HH:MM) for it and found no way to do it. Can you help me with it, please?
Comments
$fields['my_field']['type'] = 'datetime';
OR
$fields['my_field']['type'] = 'date';
OR
$fields['my_field']['type'] = 'time';