Fork me on GitHub

jscalendar bug (shows "undefined" days)  Bottom

  • The jscalendar package of $NewName has some bugs in language files which are not fixed by the author dynarch.com .


    With this error the localized usage of jscalendar results in errors (displaying "undefined" for most number in calendar view).


    Some language files (lang/calendar-xy.js), especially de and nl have a missing parameter.


    Code

    // First day of the week. "0" means display Sunday first, "1" means display
    // Monday first, etc.
    Calendar._FD = 1;


    Others language files have to be modified with their special setting for their region (e.g. for US -> Calendar._FD = 1;).


    Explained here:
    http://drupal.org/node/118277


    Bugtracker entry here:
    http://noc.postnuke.…group_id=5&atid=101

    --
    | scribite! | TNGz | piwik | zweet |
  • Hi Sven,

    I already talked about this bug with Landseer. We fixed this a few weeks ago. But it wasn't uploaded to SVN yet.

    BTW: There are more bugs with jscalendar icon_frown

This list is based on users active over the last 60 minutes.