Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Stata package mydate

Little Stata program to get the current timestamp formatted as YYYY-MM-DD. Just call it by typing

. mydate

The timestamp will be stored in the results:

. return list
macros:
               r(date) : "2014-06-10"

You can access it by:

. di "`r(date)'"
2014-06-10

Info

2014, Max Löffler

About

Stata program to get current timestamp

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages