# Week ending date

**URL:** https://community.thunkable.com/t/week-ending-date/1332896
**Category:** Questions about Thunkable X
**Created:** [June 8, 2021, 12:32pm UTC](https://community.thunkable.com/t/week-ending-date/1332896 "2021-06-08T12:32:47Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![lrd.forster1](https://avatars.discourse-cdn.com/v4/letter/l/5daacb/32.png) [@lrd.forster1](https://community.thunkable.com/u/lrd.forster1)
#### Post date: [June 8, 2021, 12:32pm UTC](https://community.thunkable.com/t/week-ending-date/1332896/1 "2021-06-08T12:32:47Z")

</div>

Hi all

I am new to Tunkable, i am writting a little app wich records receipts for expences, i need to submit the receipts at the end of each week, any suggestions as to how i can set a label to display the date the current week ends

---

<div class="post-metadata">

### Author: ![suqar-skiies\_scratch](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/suqar-skiies_scratch/32/106519_2.png) [@suqar-skiies\_scratch](https://community.thunkable.com/u/suqar-skiies_scratch)
#### Post date: [June 8, 2021, 1:59pm UTC](https://community.thunkable.com/t/week-ending-date/1332896/2 "2021-06-08T13:59:34Z")

</div>

Can you send the code?

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [June 8, 2021, 4:03pm UTC](https://community.thunkable.com/t/week-ending-date/1332896/3 "2021-06-08T16:03:56Z")

</div>

I have a feeling you may want to use an API for this.

This topic is interesting and related to your question but doesn’t directly provide a solution:

> [@\[Solved\] How to use date functions in Thunkable X](https://community.thunkable.com/t/solved-how-to-use-date-functions-in-thunkable-x/71693):
>
> Continuing the discussion from [Dates Functions](http://community.thunkable.com/t/dates-functions/71644): Hi 1- How can I add # of days to a specific date, for example adding 100 days to 28/02/2019. 2- How can I calculate # of days between 2 dates, for example how many days between 15/04/2018 and 20/03/2019. 3- How can I get the day of the week from Jason for specific date, for example what is the day of the week on 15/05/2018 4- Is it possible to have Date Picker to choose dates from in Thunkable X same as the one in thunkable classic. thanks

I think you could make a function to do this but it would take a bit of work to get it right.

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [June 8, 2021, 4:25pm UTC](https://community.thunkable.com/t/week-ending-date/1332896/4 "2021-06-08T16:25:48Z")

</div>

I was under the impression that weekend dates are things you need to manage with your app setup. I’m from the middle East and your from USA and we have different weekend days.

If you provide a way to select the date to submit the report then it doesn’t matter which date it is. The `day of week block will return a number but this number can easily be the item # of a list of days which will solve the issue.

---

<div class="post-metadata">

### Author: ![lrd.forster1](https://avatars.discourse-cdn.com/v4/letter/l/5daacb/32.png) [@lrd.forster1](https://community.thunkable.com/u/lrd.forster1)
#### Post date: [June 18, 2021, 5:53pm UTC](https://community.thunkable.com/t/week-ending-date/1332896/5 "2021-06-18T17:53:32Z")

</div>

Solverd

I used the date picker to select a date

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:20pm UTC](https://community.thunkable.com/t/week-ending-date/1332896/6 "2024-11-08T13:20:22Z")

</div>



---

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [December 19, 2024, 5:00pm UTC](https://community.thunkable.com/t/week-ending-date/1332896/7 "2024-12-19T17:00:27Z")

</div>


