Hi everybody,
I have a big problem, I use a AlertController to put my data from my inputs in my BDD, but I cannot define my input date like an input date (http://ionicframework.com/html5-input-types/#date).
Look my pictures :
I thought maybe to recover the date of the day in a variable “MyDate” and put this like this :
inputs: [
{
name: ‘date’,
type: ‘date’,
value: MyDate
},
But I don’t know how I can recover easily the date of the current day.
Please help me !