[
https://issues.apache.org/jira/browse/WICKET-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555442#action_12555442
]
frankbille edited comment on WICKET-1252 at 1/2/08 3:27 PM:
--------------------------------------------------------------------
Just to mention it, but there is nothing that prevents users from doing it them
selves in their own #configure in current wicket. It's just to have a decent
default.
was (Author: frankbille):
Just to mention it, but there is nothing that prevents users from doing it
them selves in their own #configure. It's just to have a decent default.
> Default start week day based on locale
> --------------------------------------
>
> Key: WICKET-1252
> URL: https://issues.apache.org/jira/browse/WICKET-1252
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-datetime
> Reporter: Frank Bille Jensen
> Priority: Trivial
>
> Add something like this to the DatePicker#configure method:
> widgetProperties.put("START_WEEKDAY",
> Calendar.getInstance(getLocale()).getFirstDayOfWeek()-1);
> (though preferable more explicit about the locale-to-YUI week day mapping)
> In this way users have full flexibility as well as a decent default.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.