maandag 21 november 2016

Time stamp

Making a time stamp is not very straightforward. The first two local do not deliver a nice year-month-day prefix, so we need to use a trick:

local mydate c(current_date)
local mydate=date(c(current_date),"DMY")

local mydate: di %tdCYND date(c(current_date),"DMY")
global date = `mydate'
di $date