Skip to content

enquiry

4 messages · Karan Anand, jim holtman, arun

#
try this:
[1] "1951-02-21"

        
On Mon, Jul 2, 2012 at 5:44 AM, Karan Anand <anand.karan66 at gmail.com> wrote:

  
    
#
Hi Jim,

I tried,

dat2<-as.Date(dat1,format="%Y-%V")
[1] "1951-07-02" "1952-07-02"

But, if the format is for YYYY-wk or YYYY-yy, then, not sure how this will help.

A.K.




----- Original Message -----
From: jim holtman <jholtman at gmail.com>
To: Karan Anand <anand.karan66 at gmail.com>
Cc: r-help at r-project.org
Sent: Monday, July 2, 2012 9:04 AM
Subject: Re: [R] enquiry

try this:
[1] "1951-02-21"

        
On Mon, Jul 2, 2012 at 5:44 AM, Karan Anand <anand.karan66 at gmail.com> wrote:

  
    
#
In order to do any conversion, you have to know the format of the data
that is being input.  So which is it:  does 52 represent the day of
the year, or the week of the year?  Does make a big difference, but
until you know what "1952-52" means, it is hard to specify which way
you should do the conversion.
On Mon, Jul 2, 2012 at 9:12 AM, arun <smartpink111 at yahoo.com> wrote: