Use DateInputWidget for date inputs which do not need time
authorjdlrobson <jdlrobson@gmail.com>
Tue, 26 Mar 2019 23:18:53 +0000 (16:18 -0700)
committerBartosz Dziewoński <matma.rex@gmail.com>
Wed, 27 Mar 2019 21:59:10 +0000 (21:59 +0000)
commit7a52d71e2ae3c4aa8fcb8fd78defe6a84bbe46e9
treeeb7ea1a9c29c6a7f52752d76f2eebb3fe62c7e9a
parent8ef70696d8f1fd2687c09b42c62fb9d285cfc78f
Use DateInputWidget for date inputs which do not need time

For those that still need the precision of time, the
DateTimeInputWidget can be used.

Bug: T107069
Change-Id: I2e0b0168b53594760c2630dc4ecd4e6af7404a7c
includes/htmlform/fields/HTMLDateTimeField.php