Can I separate the date and time for a "storydate"?
I would like to use only the date a story was created as the "heading" in the "frontpage of a single day" skin. For each story for that day I would like to show the time the story was postied. The existing date formats meet my needs, but I want to separate date and time e.g. format="shortdate" or "longdate" or "longtime"or "shortime" Is this possible? If so, how?
TIA
John
Chronistin
just use standard javascript placeholders instead of "shortdate" or "longdate"
e.g. using: format="HH:mm" creates a time like 15:24
using format="dd.MM.yyyy" creates a date like 24.12.2002
and so on.
JohnWalsh
I was looking for solution based on my preferences, e.g my "long" format is Sun, 17. Nov. 2002, 10:10 AM but all I want for my "longdate" is Sun, 17. Nov. 2002
I do appreciate your answer and wonder is there a javascript placeholder for my "longdate".
I will definitely use the time placeholder. Thanks