Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: formatting %last_played% to YYYY-MM-DD (Read 3486 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

formatting %last_played% to YYYY-MM-DD

Using Playback Statistics 1.3.2 %last_played% tags read YYYY-MM-DD HH:MM:SS.

I would like to be able to display it without the HH:MM:SS.

Any way to do this?

Thanks.

formatting %last_played% to YYYY-MM-DD

Reply #1
$left(%last_played%,10)
elevatorladylevitateme


 

formatting %last_played% to YYYY-MM-DD

Reply #3
then try:

$cut(%last_played%,10)
elevatorladylevitateme