<>
There is an entry in
*************
-help date_an_times-
*************
that says:
" Historical note: Stata 10's date() function is much improved over that
of previous versions, and the mask is
specified a little differently. In previous versions, the codes for
year, month, and date were y, m, and d
rather than Y, M, and D. Under version control, the old codes are
allowed and, in fact, the original date()
function is used.
The big advantage of Stata 10's date() is that it will translate
run-together dates such as 20061201 (no
special action by you required) and translate more complicated date
strings such as Wed Dec 01 14:22:43 CST
2006 (special action required in how mask is specified, something
that the old date() would not have
understood)."
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von [email protected]
Gesendet: Dienstag, 13. Oktober 2009 21:54
An: [email protected]
Betreff: st: RE: Extract Year from String
Is there anything similar for v9.2?
**************
di year(dofc(clock("Dec/17/1998 11:30:00 PM", "MDY hms")))
**************
*
* 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/