[tw] Date format with the Timeline plugin in TW5

2017-07-15 Thread Julien H
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/"/>

And I would like to also use hours and possibly minutes. I tried a 
different syntax like 
format="DD/MM/ 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

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0b9fa2e3-2950-4200-addd-980a7c499aa6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Date format with the Timeline plugin in TW5

2017-07-17 Thread Julien H
 

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/"/>


And I would like to also use hours and possibly minutes. I tried a 
different syntax like 

format="DD/MM/ 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

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e95841b7-f330-4479-a115-634c54995c61%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Date format with the Timeline plugin in TW5

2017-07-18 Thread Julien H
Thank you Mark ! This is working now when I put a starting and an ending 
hour that are in the morning.
Is there is any way to indicate AM or PM? Because if you use hour such as 
14:30 it doesn't work.

I tried 
<$visjstimeline filter="[tag[Planning]]" startDateField="start" 
endDateField="end" format="DD/MM/ hh:mm am/pm"/>

And
<$visjstimeline filter="[tag[Planning]]" startDateField="start" 
endDateField="end" format="DD/MM/ hh:mm AM/PM"/>

Julien

Le lundi 17 juillet 2017 23:42:49 UTC+2, Mark S. a écrit :
>
> HH:MM should be hh:mm . See if that helps.
>
> Good luck,
> Mark
>
> On Monday, July 17, 2017 at 2:11:52 PM UTC-7, Julien H wrote:
>>
>> 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 
>> <http://emkayonline.github.io/tw5visjs/>and the description on the forum 
>> <https://groups.google.com/forum/#!searchin/TiddlyWiki/timeline%7Csort:relevance/tiddlywiki/ZizlWg5I0iU/7d6jdOtDV9QJ>
>>
>>  
>>
>> In the syntax in the tiddler, I use 
>>
>> <$visjstimeline filter="[tag[Planning]]" startDateField="start" 
>> endDateField="end" format="DD/MM/"/>
>>
>>
>> And I would like to also use hours and possibly minutes. I tried a 
>> different syntax like 
>>
>> format="DD/MM/ 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
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0b919427-362b-452d-a83a-689b11f03666%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Date format with the Timeline plugin in TW5

2017-07-19 Thread Julien H
Hi Mark,
I tried many variant but I am not sure to fully understand your suggestion 
about the 12 hour clock..
I publish the example I was talking about at the address 
https://houss.in/test/
Can you take a look at it?
Regards.
Julien.

Le mercredi 19 juillet 2017 00:07:39 UTC+2, Mark S. a écrit :
>
> When you show am/pm, did you literally put "am/pm" ? Either just AM or 
> "am" or "PM" or "pm" should do it. If not, try the 12 hour clock indicate 
> "hh12".
>
> If nothing works, you might experiment with updating the TiddlyWiki (make 
> a backup!). That TW is very old now.
>
> Good luck,
> Mark
>
> On Tuesday, July 18, 2017 at 2:06:56 PM UTC-7, Julien H wrote:
>>
>> Thank you Mark ! This is working now when I put a starting and an ending 
>> hour that are in the morning.
>> Is there is any way to indicate AM or PM? Because if you use hour such as 
>> 14:30 it doesn't work.
>>
>> I tried 
>> <$visjstimeline filter="[tag[Planning]]" startDateField="start" 
>> endDateField="end" format="DD/MM/ hh:mm am/pm"/>
>>
>> And
>> <$visjstimeline filter="[tag[Planning]]" startDateField="start" 
>> endDateField="end" format="DD/MM/ hh:mm AM/PM"/>
>>
>> Julien
>>
>> Le lundi 17 juillet 2017 23:42:49 UTC+2, Mark S. a écrit :
>>>
>>> HH:MM should be hh:mm . See if that helps.
>>>
>>> Good luck,
>>> Mark
>>>
>>> On Monday, July 17, 2017 at 2:11:52 PM UTC-7, Julien H wrote:
>>>>
>>>> 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 
>>>> <http://emkayonline.github.io/tw5visjs/>and the description on the 
>>>> forum 
>>>> <https://groups.google.com/forum/#!searchin/TiddlyWiki/timeline%7Csort:relevance/tiddlywiki/ZizlWg5I0iU/7d6jdOtDV9QJ>
>>>>
>>>>  
>>>>
>>>> In the syntax in the tiddler, I use 
>>>>
>>>> <$visjstimeline filter="[tag[Planning]]" startDateField="start" 
>>>> endDateField="end" format="DD/MM/"/>
>>>>
>>>>
>>>> And I would like to also use hours and possibly minutes. I tried a 
>>>> different syntax like 
>>>>
>>>> format="DD/MM/ 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
>>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/492d7d5e-8af0-434a-86af-40e2c87720d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Date format with the Timeline plugin in TW5

2017-07-19 Thread Julien H
Thank you very much Eskha et Marc, you both been very helpful.  I 
bookmarked the momentjs documentation.

Le mercredi 19 juillet 2017 15:29:23 UTC+2, Eskha a écrit :
>
> Hi Julien,
>
> According to moment.js library documentation
> (http://momentjs.com/docs/#/parsing/string-format/),
>
> Correct syntax is :
> "DD/MM/ HH:mm"
>
> I checked it in your TW with tiddler "2" end date set to "21/07/2017 
> 23:30" and it worked.
>
>
> Best regards.
>
> Eskha
>
>
> Le mercredi 19 juillet 2017 12:30:46 UTC+2, Julien H a écrit :
>>
>> Hi Mark,
>> I tried many variant but I am not sure to fully understand your 
>> suggestion about the 12 hour clock..
>> I publish the example I was talking about at the address 
>> https://houss.in/test/
>> Can you take a look at it?
>> Regards.
>> Julien.
>>
>> Le mercredi 19 juillet 2017 00:07:39 UTC+2, Mark S. a écrit :
>>>
>>> When you show am/pm, did you literally put "am/pm" ? Either just AM or 
>>> "am" or "PM" or "pm" should do it. If not, try the 12 hour clock indicate 
>>> "hh12".
>>>
>>> If nothing works, you might experiment with updating the TiddlyWiki 
>>> (make a backup!). That TW is very old now.
>>>
>>> Good luck,
>>> Mark
>>>
>>> On Tuesday, July 18, 2017 at 2:06:56 PM UTC-7, Julien H wrote:
>>>>
>>>> Thank you Mark ! This is working now when I put a starting and an 
>>>> ending hour that are in the morning.
>>>> Is there is any way to indicate AM or PM? Because if you use hour such 
>>>> as 14:30 it doesn't work.
>>>>
>>>> I tried 
>>>> <$visjstimeline filter="[tag[Planning]]" startDateField="start" 
>>>> endDateField="end" format="DD/MM/ hh:mm am/pm"/>
>>>>
>>>> And
>>>> <$visjstimeline filter="[tag[Planning]]" startDateField="start" 
>>>> endDateField="end" format="DD/MM/ hh:mm AM/PM"/>
>>>>
>>>> Julien
>>>>
>>>> Le lundi 17 juillet 2017 23:42:49 UTC+2, Mark S. a écrit :
>>>>>
>>>>> HH:MM should be hh:mm . See if that helps.
>>>>>
>>>>> Good luck,
>>>>> Mark
>>>>>
>>>>> On Monday, July 17, 2017 at 2:11:52 PM UTC-7, Julien H wrote:
>>>>>>
>>>>>> 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 
>>>>>> <http://emkayonline.github.io/tw5visjs/>and the description on the 
>>>>>> forum 
>>>>>> <https://groups.google.com/forum/#!searchin/TiddlyWiki/timeline%7Csort:relevance/tiddlywiki/ZizlWg5I0iU/7d6jdOtDV9QJ>
>>>>>>
>>>>>>  
>>>>>>
>>>>>> In the syntax in the tiddler, I use 
>>>>>>
>>>>>> <$visjstimeline filter="[tag[Planning]]" startDateField="start" 
>>>>>> endDateField="end" format="DD/MM/"/>
>>>>>>
>>>>>>
>>>>>> And I would like to also use hours and possibly minutes. I tried a 
>>>>>> different syntax like 
>>>>>>
>>>>>> format="DD/MM/ 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
>>>>>>
>>>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b1544050-a401-44d8-9201-53db916b7a4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.