Hi
I want to add an alarm by native plugin local notification.
for example 03 jun 2013 at 19:30 I want to add alarm. I can add delay schedule alarm. but cant add on specific date and time. this alarm will be only once only on the specific date
Hi
I want to add an alarm by native plugin local notification.
for example 03 jun 2013 at 19:30 I want to add alarm. I can add delay schedule alarm. but cant add on specific date and time. this alarm will be only once only on the specific date
You might want to look at
Ya, I have added delayed scheduled from your above link. But for specific date, i have used javascript to convert date to timestamp by Date.perge and solved
Hi arctushar, I have this tag:
ion-datetime displayFormat=“DD/MM/YYYY HH:mm” pickerFormat=“DD MM YYYY HH mm” [(ngModel)]=“notifyTime”
How can I get date and time from this?
Help me please…