Hi,
Thank you for your suggestion.
I'm going to inform the development team to add this to the backlog development. For now, you can use this simple jQuery code to add the HTML attribute to the date field.
jQuery(document).ready(function($) {
$('input#field_id').attr('autocomplete', 'off');
});