Skip to content

Commit

Permalink
hotfix ipacheckenum
Browse files Browse the repository at this point in the history
  • Loading branch information
boyercb authored Jul 28, 2017
1 parent 70210d7 commit e6a0f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ado/ipacheckenum.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 1.0.0 Christopher Boyer 04may2016
*! version 2.0.1 William Ratcliffe 26jul2017

program ipacheckenum
/* This command constructs the enumerator dashboard, a
Expand Down Expand Up @@ -170,7 +170,7 @@ program ipacheckenum

// restrict to specified number of days
local today = date(c(current_date), "DMY")
ds `subdate', has(format %tc*)
ds `subdate', has(format %td*)
// tests if the date is already in td format
if "`r(varlist)'" != "" {
keep if `subdate' > `today' - `days'
Expand Down

0 comments on commit e6a0f19

Please sign in to comment.