Re: [R] help regarding converting the available date in "right" date

2009-04-02 Thread Uwe Ligges
I have answered almost the same question a few minutes ago. Why do you send questions more than once? It won't make responses quicker but will confuse people who spend their time in answering messages who do not see that the questions is already answered in another thread Uwe Ligges

[R] help regarding converting the available date in "right" date

2009-04-02 Thread Suresh_FSFM
Dear R users, I have a table with say three columns and 70 rows. The second column has dates in format dd.mm.yy (i.e. 01.10.07 indicating record for October 1, 2007). I read the text file, containing the records. Now, I want to find out the weekday for each date. However, I cannot do so. 1)