Author Topic: Can the display of the time be hidden from the Date Added column?  (Read 1071 times)

stax76

  • Jr. Member
  • **
  • Posts: 28
Hello,

can the display of the time be hidden from all columns? I would prefer using this space for something else.

I mean the times highlighted in the following screenshot:

https://postimg.cc/WhT5YtsJ

Freddy Barker

  • Sr. Member
  • ****
  • Posts: 751
  • 🎧 MB 3.4.7628P
Hello,

can the display of the time be hidden from all columns? I would prefer using this space for something else.

I mean the times highlighted in the following screenshot:

https://postimg.cc/WhT5YtsJ

[EDIT] Typo in formula, corrected.

Virtual1
LABEL:   Date Added (date)
FORMULA: $If(<Last Added>="Unknown",======,$Date(<Last Played>,dd/MM/yy))

Virtual2
LABEL:   Last Played (date)
FORMULA: $If(<Last Played>="Unknown",======,$Date(<Last Played>,dd/MM/yy))
Last Edit: September 21, 2019, 10:18:51 AM by Freddy Barker

stax76

  • Jr. Member
  • **
  • Posts: 28
Thank you but it does not work, I'll look for documentation or a tutorial, hints are welcome.


edit:

I saw now that you edited your post, I'll try it again with the edited post.


edit 2:

I tried your first formular and it's not working, it results in an empty display.


edit 3:

It works with a simplified formular:

Code
$Date(<Date Added>,dd.MM.yyyy)

Thanks for the help, have a good day.
Last Edit: September 14, 2019, 11:47:55 AM by stax76