[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] The date string in a the label decorator, where is the format coming from?

From: Noel Grandin <noel_at_peralex.com>
Date: Fri, 27 Mar 2009 15:50:33 +0200

This is a problem in the Java run-time,
see here http://bugs.sun.com/view_bug.do?bug_id=4514389
which doesn't look like it's going to get fixed anytime soon :-(

Regards, Noel Grandin

Mark Phippard wrote:
> On Fri, Mar 27, 2009 at 7:04 AM, jcompagner <jcompagner_at_gmail.com> wrote:
>
>
>> I just noticed that my date format strings of the label provider are in that
>> silly ;) American notation (month and then day and then year)
>> But that is ofcourse not really a logical format and i want day month year
>> (or year month day)
>>
>> But where are the format strings coming from?
>>
>
> Look at SVNLightweightDecorator in the UI plugin. The formatting is
> done with the DateFormat class which is created as such:
>
> dateFormat = DateFormat.getInstance();
>
> I'd assume this would get the date format from the JVM settings.
>
>

Disclaimer: http://www.peralex.com/disclaimer.html
Received on 2009-03-27 14:51:03 CET

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.