DateTimePicker - how to clear the time?

Hi,

I’m upgrading an old PHPMaker 8 application to PHPMaker 2020.0.10 (started with this a few months ago).

Almost finished the task :slight_smile: but during testing I now noticed that the date time picker has no longer a “clear”-button for the timestamp.
In the old version, in one of the date/time fields (plandate), the user could enter a date and click the clear-button to reset the time to 00:00. (this can then be set later on).

But in the new version, when you select a date, it automatically suggests the current time and there is no “clear”-button anymore, or at least, I can’t find it.
and manually selecting or overtyping is a bit waste of time and prone to errors.

Any idea if there is a (simple) solution for that?
Note that there are other date/time fields for which automatically picking the current time is perfect, so completely changing the functionality is not a good idea. Just for 1 field.

Kind regards,

Wilfried.

If you don’t need the time part, you can select a date format (in View Tag settings) without time for the field.

That is indeed what I agreed with the customer (keep things simple :slight_smile: ).

Thanks