Hi Tonton, If you host timeline on your own server then you should have the following lines in your HTML pages:
<script> Timeline_ajax_url='http://yoursite/timeline/timeline_ajax/simile-ajax-api.js'; Timeline_urlPrefix='http://yoursite/timeline/timeline_js/'; Timeline_parameters='bundle=true;</script> The idea is to force locale using Timeline_parameters: Timeline_parameters='bundle=true&forceLocale=fr'; This at least will make timeline appear in French locale but I don't know whether it affects how input data is treated. But at least you can try. Alexey On Wed, Jul 28, 2010 at 1:37 PM, Tonton <[email protected]> wrote: > Hello > > I try to use timeline on my own server > > My data has a date format in French > > how can we (and were ) set it in to use french date ? > > > > so this is your sample : "May 28 1789 09:00:00 GMT" who work > > and this is my data : "1789-07-14 00:50:39.0 GMT" it come from UTF8 > database > > may be you can help me > > thanks > > tonton > > -- > You received this message because you are subscribed to the Google Groups > "SIMILE Widgets" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/simile-widgets?hl=en. > -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en.
