# \[Solved\] Pick up date and time

**URL:** https://community.thunkable.com/t/solved-pick-up-date-and-time/2740459
**Category:** Questions about Thunkable X
**Created:** [December 6, 2023, 1:28am UTC](https://community.thunkable.com/t/solved-pick-up-date-and-time/2740459 "2023-12-06T01:28:44Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![luiz.primaz2ddpyu](https://avatars.discourse-cdn.com/v4/letter/l/e9a140/32.png) [@luiz.primaz2ddpyu](https://community.thunkable.com/u/luiz.primaz2ddpyu)
#### Post date: [December 6, 2023, 1:28am UTC](https://community.thunkable.com/t/solved-pick-up-date-and-time/2740459/1 "2023-12-06T01:28:44Z")

</div>

Good evening, I would like to know if there is how and how I do to get the exact date and time that a command is executed and save this data, and which blocks I should use. Thank you

---

<div class="post-metadata">

### Author: ![Goldking](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/goldking/32/165073_2.png) [@Goldking](https://community.thunkable.com/u/Goldking)
#### Post date: [December 6, 2023, 8:35am UTC](https://community.thunkable.com/t/solved-pick-up-date-and-time/2740459/2 "2023-12-06T08:35:05Z")

</div>

Hi there is a [date picker](https://docs.thunkable.com/app-design/ui-components/input-components/date-input) that you can run when you need.

To save value there are different way, local, on line , only when app is running. Describe your goal

---

<div class="post-metadata">

### Author: ![steve\_synopsis](https://avatars.discourse-cdn.com/v4/letter/s/48db29/32.png) [@steve\_synopsis](https://community.thunkable.com/u/steve_synopsis)
#### Post date: [December 6, 2023, 12:04pm UTC](https://community.thunkable.com/t/solved-pick-up-date-and-time/2740459/3 "2023-12-06T12:04:30Z")

</div>

If you want this to happen without user interaction, create a variable and set its value to “seconds since 1970”. You will find that block under Devices.

---

<div class="post-metadata">

### Author: ![luiz.primaz2ddpyu](https://avatars.discourse-cdn.com/v4/letter/l/e9a140/32.png) [@luiz.primaz2ddpyu](https://community.thunkable.com/u/luiz.primaz2ddpyu)
#### Post date: [December 7, 2023, 1:45pm UTC](https://community.thunkable.com/t/solved-pick-up-date-and-time/2740459/5 "2023-12-07T13:45:50Z")

</div>

Thanks

---

<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 7, 2023, 3:01pm UTC](https://community.thunkable.com/t/solved-pick-up-date-and-time/2740459/6 "2023-12-07T15:01:00Z")

</div>


