Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Strange behaviour of Date::Manip

by Zed_Lopez (Chaplain)
on Oct 17, 2005 at 19:18 UTC ( #500798=note: print w/replies, xml ) Need Help??


in reply to Strange behaviour of Date::Manip

Date::Manip is designed to handle multiple values for month abbreviations -- if you ask the maintainer, s/he might well be willing to modify it to include "sep" for French.

In the meantime, it would be easy to modify a local copy .

sub Date_Init_French { # [...] $$d{"month_abb"}= [["jan","fev","mar","avr","mai","juin", "juil","aout","sept","oct","nov","dec"], ["jan","f${e}v","mar","avr","mai","juin", "juil","ao${u}t","sept","oct","nov","d${e}c"], ["jan","fev","mar","avr","mai","juin", "juil","aout","sep","oct","nov","dec"]];

Replies are listed 'Best First'.
Re^2: Strange behaviour of Date::Manip
by pcouderc (Monk) on Oct 18, 2005 at 16:51 UTC
    Yes I think that it is the good solution. I contact Sullivan Beck.
    Thank you all.
    Pierre Couderc

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://500798]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others pondering the Monastery: (1)
As of 2023-06-08 04:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (29 votes). Check out past polls.

    Notices?