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: Show 12 hour time in playlist 'Date created' field. (Read 1050 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Show 12 hour time in playlist 'Date created' field.

Foobar2000 playlist shows 24 hour time in Date created field.   I want it in 12 hour(AM/PM) time.
How is this done?

Re: Show 12 hour time in playlist 'Date created' field.

Reply #1
You should use titleformatting. I don't have the time to write the necessary string, I'm just telling you that you should destructure and then restructure the %file created% field with the functions
Code: [Select]
$if(cond,then,else)
$time(time)
$strchr(str,char )
$cut(str,len)
$greater(a,b)
$sub(a,b)

I hope that this can help.