Anduin1357: I have a problem. I want to make readable headers, but the options available just doesn't cut it for me.
My text template is
[code]%t
%d %B, %y @ %H:%M:%S
%u[/code]
Which gets me
My Page Title
21 February, 2018 @ 21:22
[url]http://mypage.com[/url]
But I want
[code]%t
%d %B, %y @ %l:%M%p %z (%Z)
%u[/code]
(Java date/time)
Which should get me
My Page Title
21st February, 2018 @ 9:22pm GMT+0 (BST)
[url]http://mypage.com[/url]
Now compare them side by side.
21 February, 2018 @ 21:22
21st February, 2018 @ 9:22pm GMT+0 (BST)
Which one looks more concise?
↧