Hello,(i'm french, sorry for my english) i'm not a guru but i use this: timeline-bundle.js:
insert after line "B=SimileAjax.DateTime.removeTimeZoneOffset(B,this._timeZone);" var dd=B; var weekday=new Array(7); weekday[0]="Dim"; weekday[1]="Lun"; weekday[2]="Mar"; weekday[3]="Mer"; weekday[4]="Jeu"; weekday[5]="Ven"; weekday[6]="Sam"; and replace "case SimileAjax.DateTime.DAY:D=..." by "case SimileAjax.DateTime.DAY:D=weekday[dd.getUTCDay()]+" "+B.getUTCDate();" example http://z1.zod.fr/z/2009-08-27-184003-ZfQ.jpg Bye --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
