Hello,
I am using TW5 with the plugin to create a Timeline called "Visual timeline widget plugin v0.8.1". This is a very interesting plugin. You can check an example of the plugin use and the description on the forum
In the syntax in the tiddler, I use
<$visjstimeline filter="[tag[Planning]]" startDateField="start" endDateField="end" format="DD/MM/YYYY"/>
And I would like to also use hours and possibly minutes. I tried a different
syntax like
format="DD/MM/YYYY HH:MM"
This doesn't work and I would like your input. Have you try this plugin? Did you manage to use hours in your timeline?
Julien
<$visjstimeline filter="[tag[Planning]]" startDateField="start" endDateField="end" format="DD/MM/YYYY hh:mm am/pm"/><$visjstimeline filter="[tag[Planning]]" startDateField="start" endDateField="end" format="DD/MM/YYYY hh:mm AM/PM"/>