Yes, but don't modify DCDate !
I tried. And it messed all up!
These values are needed elsewhere, if I remember well.

On Thu, Sep 25, 2008 at 4:02 PM, Víctor Izaguirre <[EMAIL PROTECTED]> wrote:

> Tks,
>
> I found it in org/dspace/content/DCDate.java
>
>     /**
>      * The month names
>      */
>     private final static String[] MONTHNAMES = { "January", "February",
>             "March", "April", "May", "June", "July", "August", "September",
>             "October", "November", "December" };
>
> 2008/9/25 François Parmentier <[EMAIL PROTECTED]>
>
>> In what version of DSpace?
>> In 1.4 I had to modify some java class (I don't remember which one) to put
>> month number instead of first 3 letters of the name of the month in English.
>>
>> [dspace-source]/org/dspace/app/webui/jsptags/ItemListTag.java:
>>
>>    metadata = UIUtil.displayDate(dd, false, false) + thumbs;
>>
>> [dspace-source]/org/dspace/app/webui/util/UIUtil.java:
>>
>>    //sb.append(DCDate.getMonthName(month).substring(0, 3) + "-");
>>    sb.append(month+"-");
>>
>> Hope this helps.
>> --
>> François PARMENTIER / INIST-CNRS
>>
>> On Tue, Sep 23, 2008 at 9:59 PM, Víctor Izaguirre <[EMAIL PROTECTED]>wrote:
>>
>>> Hello,
>>> I need translate to spanish the list of months, where do i do that??
>>>
>>> Tks very much.
>>>
>>> --
>>> Saludos cordiales,
>>>
>>> Víctor Izaguirre Castro
>>>
>>> -------------------------------------------------------------------------
>>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>>> challenge
>>> Build the coolest Linux based applications with Moblin SDK & win great
>>> prizes
>>> Grand prize is a trip for two to an Open Source event anywhere in the
>>> world
>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>>> _______________________________________________
>>> DSpace-tech mailing list
>>> DSpace-tech@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>>>
>>>
>>
>
>
> --
> Saludos cordiales,
>
> Víctor Izaguirre Castro
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to