The
EditTablePlugin does a hard code of its date format for the
JSCalendarContrib Plugin.
Please change this according to the other
JSCalendarContrib Dokumentation:
Old Value:
line 534
} elsif( $type eq 'date' ) { my $ifFormat = ''; $ifFormat = $bits[3] if(
@bits
> 3 ); $ifFormat ||= '%e %B %Y';
New Value:
line 534
} elsif( $type eq 'date' ) { my $ifFormat = ''; $ifFormat = $bits[3] if(
@bits
> 3 ); $ifFormat = $TWiki::cfg{JSCalendarContrib}{format} || '%e %b %Y';
Updated headline for release note
KJL
4.1.0 released
KJL