# I Need Help To Count How many Days left in actual time in my Project

**URL:** https://community.thunkable.com/t/i-need-help-to-count-how-many-days-left-in-actual-time-in-my-project/3598883
**Category:** Questions about Thunkable X
**Tags:** help
**Created:** [February 23, 2025, 6:38am UTC](https://community.thunkable.com/t/i-need-help-to-count-how-many-days-left-in-actual-time-in-my-project/3598883 "2025-02-23T06:38:38Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![elnour1mazen424wrp](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/elnour1mazen424wrp/32/226750_2.png) [@elnour1mazen424wrp](https://community.thunkable.com/u/elnour1mazen424wrp)
#### Post date: [February 23, 2025, 6:38am UTC](https://community.thunkable.com/t/i-need-help-to-count-how-many-days-left-in-actual-time-in-my-project/3598883/1 "2025-02-23T06:38:38Z")

</div>

I am Working on App need to count Days To Manage Salary time, But I couldn’t make it count or know how many days left in real life.  
I Need Help ☹

---

<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: [February 23, 2025, 7:43am UTC](https://community.thunkable.com/t/i-need-help-to-count-how-many-days-left-in-actual-time-in-my-project/3598883/2 "2025-02-23T07:43:04Z")

</div>

Hi and welcome to Thunkable! Can you provide more details and a specific example?

What do you mean by “how many days left in real life”? Only the grim reaper knows that! 😉

---

<div class="post-metadata">

### Author: ![elnour1mazen424wrp](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/elnour1mazen424wrp/32/226750_2.png) [@elnour1mazen424wrp](https://community.thunkable.com/u/elnour1mazen424wrp)
#### Post date: [February 23, 2025, 2:25pm UTC](https://community.thunkable.com/t/i-need-help-to-count-how-many-days-left-in-actual-time-in-my-project/3598883/3 "2025-02-23T14:25:41Z")

</div>

I mean how can I make the app know the actual time and calculate how many days have passed after using the app even if it is closed, is that possible?

---

<div class="post-metadata">

### Author: ![sketch](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/sketch/32/109058_2.png) [@sketch](https://community.thunkable.com/u/sketch)
#### Post date: [February 23, 2025, 8:08pm UTC](https://community.thunkable.com/t/i-need-help-to-count-how-many-days-left-in-actual-time-in-my-project/3598883/4 "2025-02-23T20:08:12Z")

</div>

So you want to know the uptime of the app after it’s been downloaded, is that correct?

If so yu can use stored variables to store the seconds from opening and then just increase that variable every second using the timer component.  
Wich you can then displays as seconds or turn into minutes, hours, seconds etc using certain math formulas.

---

<div class="post-metadata">

### Author: ![elnour1mazen424wrp](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/elnour1mazen424wrp/32/226750_2.png) [@elnour1mazen424wrp](https://community.thunkable.com/u/elnour1mazen424wrp)
#### Post date: [February 27, 2025, 8:56pm UTC](https://community.thunkable.com/t/i-need-help-to-count-how-many-days-left-in-actual-time-in-my-project/3598883/5 "2025-02-27T20:56:06Z")

</div>

Yes That is What I mean. Thanks!  
But I don’t know how to use Stored Variable or Test it, **Can You Give me Link of Stored Variables ?**

---

<div class="post-metadata">

### Author: ![sketch](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/sketch/32/109058_2.png) [@sketch](https://community.thunkable.com/u/sketch)
#### Post date: [February 28, 2025, 9:21am UTC](https://community.thunkable.com/t/i-need-help-to-count-how-many-days-left-in-actual-time-in-my-project/3598883/6 "2025-02-28T09:21:56Z")

</div>

Sadly there are no docs on stored variables, or atleast i couldnt find any official docs on how they work.

But it comes down to a simple principle:  
Stored variables are stored on the device this means that when the user closes the app, the value of the variable will still be available when the user opens the app again and stored variables only lose their value when the user clear storage & cache.

Here is a video on variables in general: [https://www.youtube.com/watch?v=3M9F3X1bCnA](https://www.youtube.com/watch?v=3M9F3X1bCnA)

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [May 29, 2025, 9:22am UTC](https://community.thunkable.com/t/i-need-help-to-count-how-many-days-left-in-actual-time-in-my-project/3598883/7 "2025-05-29T09:22:55Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
