Local notification using specific data & time

Hi Everyone,
Could anyone tell how set date and time for corodova local motification?

Example:
For daily notification alert i want set date and time. Is it possible in local notification.?

Sample code:

$cordovaLocalNotification.schedule({
        id: 1,
        title: 'Title here',
        text: 'Text here',
        every: 'day'
      }).then(function (result) {
        // ...
      });
    };

Regarding code, How to specify date and time for repeat interval? Plz help me to find out correct solution.

1 Like

Hi Praveenjp, Have you found out how to set notification to a specific date and time ? Do you know how to set a notification daily at a specified time ? Thanks

1 Like