ka215 / jquery.timeline

You can easily create the horizontal timeline with two types by using this jQuery plugin.
MIT License
240 stars 43 forks source link

eventMeta formatting #85

Open etalla opened 3 years ago

etalla commented 3 years ago

Hi,

Does format for eventMeta work?

No matter what formatting I pass inside the property, eg: eventMeta: { display: true, locale: "en-US", format: { custom: "%b %w, %Y" }} -- it gets rendered in the format 09/20/1980. I can get formatting to work for the headline and rulers, however.

Am I applying it wrong?

Thank you - it's a fantastic plugin!

ka215 commented 3 years ago

Hi there, As you mentioned, there is a bug in the formatting of the eventMeta option. Due to the difficulty in optimizing the appearance of the event meta itself when it is output to the event node, we were thinking of deprecating this option in the future. Therefore, this bug is still present.