Ionic v4 alertController input type date and placholder

Hi,

i’m trying to set default value Or placholder in alertCtrl ? Is it possible ?

this code is not working :

let today = new Date().toLocaleDateString();

....
inputs: [
          ....
            
          {
            name: "date",
            type: "date",
            value: today,
            placeholder: today
          },

Thanks,
n

1 Like