Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 229654

Local-notifcation 'at' and 'every' fields used together

$
0
0

I want a daily reminder at a specific time.
I just need help with how to set the ‘at’ variable, should it be a Date format or Date(myfulldate).getTime()?

at the moment I have:

this.notificationTime = new Date();

this.notification = {id: 1, title: “Wake Up”, text: “Wake up bro”, every:“day”, at: this.notificationTime.getTime()};
this.localNotifications.schedule(this.notification);


Viewing all articles
Browse latest Browse all 229654

Trending Articles



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