# Schedule Tab - dates

**URL:** https://community.glideapps.com/t/schedule-tab-dates/55916
**Category:** Ask for Help
**Created:** [December 20, 2022, 7:31pm UTC](https://community.glideapps.com/t/schedule-tab-dates/55916 "2022-12-20T19:31:46Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![abdo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/abdo/32/36540_2.png) [@abdo](https://community.glideapps.com/u/abdo)
#### Post date: [December 20, 2022, 7:31pm UTC](https://community.glideapps.com/t/schedule-tab-dates/55916/1 "2022-12-20T19:31:47Z")

</div>

I’m trying to create a schedule tab like this

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/0/0/00b293e231cc975e366a51f076dcc6cccf4368b6.png)

currently this is based on a google sheet with 2 columns

```auto
| Offset | Date |
| --- | --- |
| 0 | Today() |
| 1 | B3 + offset |
| 2 | B3 + offset |
| 9 | B3 + offset |

```

All i want is to show the number of orders we need to process in the coming up 15 days  
Is this the best way to do it? can this be done with Glide without GS and how would I then automatically update the first date to today and then the ones below it to today + 1 +2 etc…

---

<div class="post-metadata">

### Author: ![abdo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/abdo/32/36540_2.png) [@abdo](https://community.glideapps.com/u/abdo)
#### Post date: [December 20, 2022, 7:33pm UTC](https://community.glideapps.com/t/schedule-tab-dates/55916/2 "2022-12-20T19:33:20Z")

</div>

does anyone have other ideas or designs for nice schedule tabs

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [December 20, 2022, 7:40pm UTC](https://community.glideapps.com/t/schedule-tab-dates/55916/3 "2022-12-20T19:40:37Z")

</div>

You can do this in Glide. Here is how…

> **[Auto Generate Date List](https://www.loom.com/share/f2db7cd9aeae405084bc541a078e40e8)**
