Add hours and minutes to movement date field.

This commit is contained in:
Paul Weidner 2020-07-09 12:25:04 -07:00 committed by Michael Stenta
parent 1d5df1ddc5
commit 9996e83c13
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ function farm_livestock_move_form($form, &$form_state) {
);
// Define the date format for logs.
$date_format = 'Y-m-d';
$date_format = 'Y-m-d H:i';
// Movement date.
$form['move']['date'] = array(