Help with getDate() and setting alarm
Posted: 04 Feb 2019 15:37
How to set an alarm like 15 minutes from current time in my alarm app?
I tried doing it. I put current time in a variable using getDate().
So that I can add 15 minutes to it using addMinutes(d, a)
But getDate() gives a value like 1549293097522. I have no clue how to interpret it.
I have no programming background. And my understanding of Variables and functions are very limited. So can someone please help me with this.
I tried doing it. I put current time in a variable using getDate().
So that I can add 15 minutes to it using addMinutes(d, a)
But getDate() gives a value like 1549293097522. I have no clue how to interpret it.
I have no programming background. And my understanding of Variables and functions are very limited. So can someone please help me with this.