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: display minutes and seconds?
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: AW: display minutes and seconds?
Date
Wed, 25 Aug 2010 19:17:00 +0200
<>
*************
clear*
set obs 1
gen str20 myvar="20/Jul/2010 11:34:53"
gen double mydate =clock(myvar, "DMY hms")
l
di in r %tcMonth_DD,_CCYY_HH:MM:SS mydate
*************
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von B. Timothy
Walsh
Gesendet: Mittwoch, 25. August 2010 19:00
An: [email protected]
Betreff: st: display minutes and seconds?
I've read in some dates/times, and would like to be able to see not only
month-date-year, but also hours:minutes:seconds. I think I can see how to
extract these if I want to compose a string, but it would be useful to see
such details in the data editor. Is there a way to format? (In looking for
a solution, I'm starting to think not.)
I'm a novice STATA user, running STATA-11.
Thanks!
Tim Walsh
*
* 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/