Sabine,

On 01 Feb 2014, at 12:52, Sabine Knöfel <sabine.knoe...@gmail.com> wrote:

> Hi Sven,
> 
> could you change Februari into February please? 

Ah, terrible typo, it was all over the place.

===
Name: ZTimestamp-SvenVanCaekenberghe.32
Author: SvenVanCaekenberghe
Time: 1 February 2014, 1:27:02.50151 pm
UUID: 70fd3b88-e15e-4139-922c-9c602e3fc532
Ancestors: ZTimestamp-SvenVanCaekenberghe.31

The English spelling of the 2nd month name was consistently wrong: Februari 
instead of the correct February (thx Sabine Knöfel);
Now use #monthIndex instead of the less consistent #month
===

Btw, did you know you can do:

(ZTimestampFormat fromString: 'Saterday, 3 February, 2001')
        german;
        format: Date today.

=> 'Samstag, 1 Februar, 2014'

Regards,

Sven

> (I use http://mc.stfx.eu/Neo, this is the right place?)
> 
> Regards
> Sabine
> 
> ZTimestamp>>monthName
>       "Return the English name of the month of the receiver, according to the
> Gregorian calendar, a Symbol"
> 
>       ^ #(January Februari March April May June July August September October
> November December) at: self monthIndex
> 
> 
> 
> --
> View this message in context: 
> http://forum.world.st/ZTimestamp-monthName-spelling-error-tp4740821.html
> Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
> 


Reply via email to