Added the configuration option to set the first day of the week.
Changed hook_calendar_block() to give developers access to change the weekdays format. On operation 'load', the $date object isn't available anymore. To set the month the calendar has to start with, now use $calendar. Refer to the help section for an example.
All strings are enclosed by Drupal's t() functions in order to let users translate the strings.
Added the configuration option to set the first day of the week.
Changed hook_calendar_block() to give developers access to change the weekdays format. On operation 'load', the $date object isn't available anymore. To set the month the calendar has to start with, now use $calendar. Refer to the help section for an example.
All strings are enclosed by Drupal's t() functions in order to let users translate the strings.