Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

289
Views
How to add event listener on month change event in an ion-datetime object?

If I use an ion-datetime object and select a date. I can retrieve the value of the selected date with the event: ionChange.

var element = document.getElementById('My-ION-DATETIME');
element.addEventListener('ionChange', function (event) {    
    
    console.log(JSON.stringify(event));
    console.log(JSON.stringify(event.detail));
    console.log(JSON.stringify(event.detail.value));
    
    var dateFormat = event.detail.value.split('T')[0];
    alert(dateFormat);

}, false);

On the other hand, if I change the month using the arrows < or > or if I slide the page to change the month, how can I trigger an event with the month value and the year value that is displayed after month change ?

Many thanks to anyone who can help me.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!