Java Eclipse Editor: enter current date in YYYYMMDD format?

The question is very similar to this: In Eclipse, how to automatically print the current date / time in the comments? However, I need a format other than the default Mon, DD YYYY. The Template Editor (Preferences> Java> Editor> Templates> New) contains the variable $ {year}, but, strangely enough, does not look like $ {day} or $ {month}. Is there a place where I could ask to add them for the next release? Or perhaps add them yourself by modifying a specific plugin? Thanks.

+4
source share

All Articles