Skip to content

Instantly share code, notes, and snippets.

@damondouglas
Last active December 16, 2015 20:09
Show Gist options
  • Save damondouglas/5489877 to your computer and use it in GitHub Desktop.
Save damondouglas/5489877 to your computer and use it in GitHub Desktop.
use stata to convert today's date in %td format see stata cheat sheet: http://econweb.tamu.edu/jnighohossian/tools/stata/dates.html
display date(c(current_date),"DMY")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment