Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: AW: extract hours, minutes and seconds from date
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: AW: extract hours, minutes and seconds from date
Date
Fri, 21 May 2010 11:11:01 +0200
<>
What kind of a variable do you want the second part to be? If it should be a
string, you could just -split- the thing:
*************
clear*
input str30 myvar
"30dec1999 08:50:00"
end
split myvar
l
*************
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von raoul reulen
Gesendet: Freitag, 21. Mai 2010 11:05
An: [email protected]
Betreff: st: extract hours, minutes and seconds from date
Hello,
I have a date variable that looks like this:
30dec1999 08:50:00
and I want to extract the hour, minutes, and seconds part of it, like this:
08:50:00
I just can't seem to get it done. Any help much appreciated. Thanks.
Raoul
*
* 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/
*
* 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/