# Change to DD Mmm / Mmm 'YY for post dates

**URL:** https://meta.discourse.org/t/change-to-dd-mmm-mmm-yy-for-post-dates/13625
**Category:** UX
**Created:** [11 במרץ,‏ 2014,‏ 5:44am UTC](https://meta.discourse.org/t/change-to-dd-mmm-mmm-yy-for-post-dates/13625 "2014-03-11T05:44:52Z")
**Posts on this page:** 1
**Showing post:** 34

<div class="post-metadata">

### Author: ![DeanMarkTaylor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/deanmarktaylor/32/102462_2.png) [@DeanMarkTaylor](https://meta.discourse.org/u/DeanMarkTaylor)
#### Post date: [29 בדצמבר,‏ 2015,‏ 12:37am UTC](https://meta.discourse.org/t/change-to-dd-mmm-mmm-yy-for-post-dates/13625/34 "2015-12-29T00:37:16Z")

</div>

> [@iamntz](#):
>
> Some of our users complained about the clarity of the post date, e.g:
> 
> `Oct '14`  
> `Oct 15`
> 
> It’s very easy to ignore that apostrophe…
> 
> Anywho, there is any way of showing full year?

Repost of solution as [requested by erlend\_sh](https://meta.discourse.org/t/show-post-year/37187/6):

> [@Show post Year?](https://meta.discourse.org/t/show-post-year/37187/3):
>
> I’m kinda guessing here - but I think this will do it…

Use `Admin` \> `Customize` \> `Text Content` …

search for `'YY` which will list:  
`js.dates.tiny.date_year`  
`MMM 'YY`

`js.dates.medium.date_year`  
`MMM D, 'YY`

`js.dates.long_date_with_year`  
`MMM D, 'YY LT`

`js.dates.long_date_with_year_without_time`  
`MMM D, 'YY`

`js.dates.long_date_with_year_with_linebreak`  
`MMM D, 'YY <br/>LT`

Edit and adjust those replacing `'YY` with `YYYY` to get the full year.

---

_[View the full topic](https://meta.discourse.org/t/change-to-dd-mmm-mmm-yy-for-post-dates/13625)._
