@Tubiss wrote:
ı am using ionic 3 and ı should update new Date function in the constructor.
export class HomePage {
private eventDate: Date = new Date(‘July 17, 2019 03:24:00’);constructor(){
//how can ı put new date into new Date function.
}
}
Posts: 1
Participants: 1