# Date picker year selection could be more prominently shown

**URL:** https://community.glideapps.com/t/date-picker-year-selection-could-be-more-prominently-shown/57314
**Category:** Ask for Help
**Created:** [January 31, 2023, 1:42pm UTC](https://community.glideapps.com/t/date-picker-year-selection-could-be-more-prominently-shown/57314 "2023-01-31T13:42:32Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ToOFa\_Apps](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/toofa_apps/32/36816_2.png) [@ToOFa\_Apps](https://community.glideapps.com/u/ToOFa_Apps)
#### Post date: [January 31, 2023, 1:42pm UTC](https://community.glideapps.com/t/date-picker-year-selection-could-be-more-prominently-shown/57314/1 "2023-01-31T13:42:32Z")

</div>

The year selection for the date picker could be more prominently shown.  
It’s currently in the top left corner and users end up scrolling month by month to get to their birth year (like 400 moons/clicks to the left)  
Would be nice if it was on the same row as the Tue, Jane 31, [2023] ??  
Or leave where it is and make it larger and in bold?  
Personally i found the year option easy, but our users are all finding the 400 clicks exhausting and a negative user experience and they leave with a broken finger🤣  
(i’m thinking… there’s no substitute for brains)

 ![Screenshot 2023-01-31 at 15.37.55](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/0/1/017d752f58fd8050436ebf277a94bcf2de24d03d.png)

---

<div class="post-metadata">

### Author: ![glide](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/glide/32/53398_2.png) [@glide](https://community.glideapps.com/u/glide)
#### Post date: [January 31, 2023, 1:42pm UTC](https://community.glideapps.com/t/date-picker-year-selection-could-be-more-prominently-shown/57314/2 "2023-01-31T13:42:36Z")

</div>

_This is an experimental reply from a bot. Please like it if it’s correct._

Thanks for your feedback! We appreciate your suggestion and will take it into consideration when making changes to the Date Picker component. In the meantime, you can use the Date Picker to select a year by scrolling to the left or right. [Glide Docs • Date Pickers](https://www.glideapps.com/docs/reference/components/date-pickers)

---

<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: [January 31, 2023, 1:51pm UTC](https://community.glideapps.com/t/date-picker-year-selection-could-be-more-prominently-shown/57314/3 "2023-01-31T13:51:28Z")

</div>

There is a CSS hack for Apps to make that bigger:

> [@Custom CSS - No, the sky is NOT about to fall in](https://community.glideapps.com/t/custom-css-no-the-sky-is-not-about-to-fall-in/44107/1):
>
> - Restyling the Date Picker
> 
> ```auto
> <pre><span><style>
> /* Month */
> .MuiPickersSlideTransition-transitionContainer > * {
> font-size: 1.5em !important;
> }
> 
> /* Year & Day */
> .MuiPickersToolbarText-toolbarTxt {
> font-size: 2.125rem;
> font-family: "Roboto", "Helvetica", "Arial", sans-serif;
> font-weight: 400;
> line-height: 1.235;
> letter-spacing: 0.00735em;
> }
> 
> /* Day only */
> .MuiTypography-h4 {
> font-size: 1.8rem !important;
> }
> 
> ```

Of course, that won’t work for too much longer.

---

<div class="post-metadata">

### Author: ![ToOFa\_Apps](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/toofa_apps/32/36816_2.png) [@ToOFa\_Apps](https://community.glideapps.com/u/ToOFa_Apps)
#### Post date: [January 31, 2023, 1:58pm UTC](https://community.glideapps.com/t/date-picker-year-selection-could-be-more-prominently-shown/57314/4 "2023-01-31T13:58:25Z")

</div>

Is this possible with Pages, that aren’t on biz or enterprise?

---

<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: [January 31, 2023, 2:00pm UTC](https://community.glideapps.com/t/date-picker-year-selection-could-be-more-prominently-shown/57314/5 "2023-01-31T14:00:29Z")

</div>

No, I wouldn’t think so.
