INTERACT FORUM

More => Old Versions => JRiver Media Center 31 for Mac => Topic started by: johnkaess on November 15, 2023, 01:00:01 pm

Title: Can I format the Last Played Column to show only the date?
Post by: johnkaess 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?
Title: Re: Can I format the Last Played Column to show only the date?
Post by: marko 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
Title: Re: Can I format the Last Played Column to show only the date?
Post by: johnkaess 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.