finding the week containing the first friday of the month
Posted: Tue Nov 26, 2019 8:09 am
If I am working with a weekly workfile, is there a way to code for a sample that contains all weeks containing the first friday of the month?
EViews User Forum
https://forums.eviews.com/
Code: Select all
smpl if @datepart(@date + @mod(12 - @datepart(@date, "W"), 7), "DD") <= 7