Re: More string manipulation

2002-02-15 Thread Andrea Holstein
In article <00bb01c1b645$0b8eef80$[EMAIL PROTECTED]> wrote "Brian Johnson" <[EMAIL PROTECTED]>: > I have the following code that I need a little advice on. It'e easier for us all, if you short describe your problem. I assume that the following contains some errors, you can't find. > > The $re

RE: More string manipulation

2002-02-15 Thread Timothy Johnson
You could try making an array or hash with the months(I used an array because the index is already numeric): @mons = ('Nul','Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','De c'); #convert the date $threeLetterMonth = $mons[$record->{month}]; -Original Message-