I have got an input type='datetime-local' control on my angular form. By default the display format is: dd/mm/yyyy with the hour and minute.
Is it possible to set the input date display on the control to be in a specific format eg. DD MMM YYYY with the hour and minute?
Thanks!