Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: date(s1,s2) leads to no values


From   "Eva Poen" <[email protected]>
To   [email protected]
Subject   Re: st: date(s1,s2) leads to no values
Date   Wed, 24 Sep 2008 20:43:29 +0100

Alternatively, you can do

replace date = substr(date,1,4) + "/" + substr(date,5,2) + "/" +
substr(date,7,2)

followed by your original -generate- command. Prior to version 10,
Stata wants some form of separator when using the date() function.

(This assumes that your dates have zeros filled in where necessary,
e.g. "19860701"),

HTH,
Eva


2008/9/24 Richard Goldstein <[email protected]>:
> If I remember correctly, version 8 could not deal with run-together dates
> like this
>
> download the -todate- file from ssc (when connected to the internet, type
> -ssc install todate- on the Stata command line)
>
> Rich
>
> Fabian Brenner wrote:
>>
>> Dear all:
>>
>> variable "date" is str8   %9s (one example:19861230). I would like to use
>> gen begin=date(date,"YMD") to get elapsed dates but stata does not put any
>> values in variable "begin" (only missings).
>>
>> Hope someone can help me. I use stata 8.
>> Fabian
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index