INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Can I format the Last Played Column to show only the date?  (Read 273 times)

johnkaess

  • Junior Woodchuck
  • **
  • Posts: 82
Can I format the Last Played Column to show only the date?
« on: November 15, 2023, 01:00:01 pm »

I would like to have the last played column just display the Date a track was last played on and not show the time. Is that possible?
Logged

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8941
Re: Can I format the Last Played Column to show only the date?
« Reply #1 on: November 15, 2023, 01:21:07 pm »

Well, yes, and no :)

You cannot directly affect the "Last Played" column, but you can make your own, that uses formatted "Last Played" data.

Right click on the column header, and choose "Add expression column". Give your column a name, and the expression you want is:
Code: [Select]
formatdate([last played,0],dd//MM//yyyy)
That will give you Day/Month/Year. If you're happy with that, you then right click on the "Last Played" column header, note that it is at the top of the list with a tick beside it. click it to remove the column.

-marko

johnkaess

  • Junior Woodchuck
  • **
  • Posts: 82
Re: Can I format the Last Played Column to show only the date?
« Reply #2 on: November 15, 2023, 02:47:08 pm »

Perfect! That's exactly what i wanted. Thank you.

Media Center is extremely powerful, but with all that power, sometimes it's difficult to figure out how to do something. The forum is the solution to the problem. Thank you.
Logged
Pages: [1]   Go Up