The android date time picker has the ability to “clear” the date value which essentially sets it to null.
Is there anyway to add a “clear” button to the element?
An example of this need is to enter a date for when a product sells. If a user enters a date mistakenly before the product has actually sold, they then need to clear the value.
Alternatively you can set a default value of the <ion-datetime>, and use the angular functions aka “hasvaluechanged” to see if the value needs another check. (using classes like touched, dirty for example).