asales Expert Licensed User Longtime User Jun 1, 2018 #1 I use this code to show a notification every day: https://www.b4x.com/android/forum/threads/b4x-calculating-the-next-scheduled-time.65041/ Now I need to show a notification only in every Thursday. Any tips to how I can do this? Thanks in advance.
I use this code to show a notification every day: https://www.b4x.com/android/forum/threads/b4x-calculating-the-next-scheduled-time.65041/ Now I need to show a notification only in every Thursday. Any tips to how I can do this? Thanks in advance.
DonManfred Expert Licensed User Longtime User Jun 1, 2018 #2 Adapt the code available to set the next shedule time to next week. Upvote 0
tigrot Well-Known Member Licensed User Longtime User Jun 1, 2018 #3 Calculate first thursday offset then after use a whole week time offset. Upvote 0
tigrot Well-Known Member Licensed User Longtime User Jun 1, 2018 #4 Or test day of the week for thursday everyday Upvote 0
tigrot Well-Known Member Licensed User Longtime User Jun 1, 2018 #5 Like this https://www.b4x.com/android/forum/threads/determining-the-day-of-week-of-any-date.56167/ Upvote 0