Hi, maybe a very simple question:
in Stata we have:
the equivalent output in mata can be:
Is there any way to get Stata date notation, not using Stata(), in mata. Maybe using print?
in Stata we have:
Code:
. display daily("`c(current_date)'", "DMY") 22938
Code:
: "`c(current_date)'" 20 Oct 2022 : stata(`"display daily("`c(current_date)'", "DMY")"') 22938
Is there any way to get Stata date notation, not using Stata(), in mata. Maybe using print?
Comment