Author Topic: Changing the date format for "Date added"  (Read 494 times)

Kip

  • Newbie
  • *
  • Posts: 7
I was wondering if it was possible to change the format for the "date added" field. having the exact time a file was added is not necessary for me, and it takes up a lot of space. Is it possible to change it to YYYY-MM-DD instead of YYYY-MM-DD 0:00 AM? At the moment, I've only been able to manually edit each song, as batch editing to remove the time just results it in it saying 12:00 AM.

if it helps:
https://imgur.com/a/iw2ZO5W

hiccup

  • Sr. Member
  • ****
  • Posts: 7907
You can use a virtual tag for that:

virtual tag:
Date added ᵛ

code:
$Date(<Date Modified>,yyyy-MM-dd)

See here for what else you can do with virtual tags and dates:  MusicBee functions for virtual tags cheatsheet

Kip

  • Newbie
  • *
  • Posts: 7