Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 71531

Ionic date, Select month in TS file form date picker

$
0
0

@TaimoorMughal wrote:

I’m trying to get month from localStorage, which i have saved in some other page. I want to compare months.

<ion-datetime displayFormat="DD/MMM/YY" [(ngModel)]="date"></ion-datetime>

localStorage.setItem('date'+this.index, data);

This is how I’m getting date.

l

let data = localStorage.getItem('date' + this.index);
    let data1 = JSON.parse(data)
    for(let value of data1){
      console.log(value.date)
    }

Console Value:

2019-11-17 

2019-11-16

I want to select the month from this. Is this possible in ionic, or i have to use moment.js

Thank you.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 71531

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>