# Convert HH:MM to minutes

**URL:** https://community.glideapps.com/t/convert-hh-mm-to-minutes/61479
**Category:** Ask for Help
**Created:** [May 8, 2023, 10:53am UTC](https://community.glideapps.com/t/convert-hh-mm-to-minutes/61479 "2023-05-08T10:53:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Hassan\_Nadeem](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/hassan_nadeem/32/72956_2.png) [@Hassan\_Nadeem](https://community.glideapps.com/u/Hassan_Nadeem)
#### Post date: [May 8, 2023, 10:53am UTC](https://community.glideapps.com/t/convert-hh-mm-to-minutes/61479/1 "2023-05-08T10:53:01Z")

</div>

I am creating a task management app. I have set deadlines in minutes for each task.

As soon as my user starts the task, the timer should start and show me how many minutes are left. I’m using a formula that is showing me for example 90 minutes as 1:30.

So how do I convert this 1:30 to 90 minutes left?

---

<div class="post-metadata">

### Author: ![Hassan\_Nadeem](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/hassan_nadeem/32/72956_2.png) [@Hassan\_Nadeem](https://community.glideapps.com/u/Hassan_Nadeem)
#### Post date: [May 8, 2023, 12:00pm UTC](https://community.glideapps.com/t/convert-hh-mm-to-minutes/61479/2 "2023-05-08T12:00:59Z")

</div>

Update:

Got the formula 🙂

(round((end-start)\*24,2)) \* 60

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [May 9, 2023, 12:01pm UTC](https://community.glideapps.com/t/convert-hh-mm-to-minutes/61479/3 "2023-05-09T12:01:33Z")

</div>

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