Skip to content

Instantly share code, notes, and snippets.

@chrisalexander
Created February 18, 2017 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisalexander/789ca9fcf2ed909c87bab8c44347ce5c to your computer and use it in GitHub Desktop.
Save chrisalexander/789ca9fcf2ed909c87bab8c44347ce5c to your computer and use it in GitHub Desktop.
let getFileRoot (date : System.DateTime) edition =
match edition with
| NewYork -> "scan"
| National -> "scannat"
| International -> sprintf "INYT_frontpage_global.%i%02i%02i" date.Year date.Month date.Day
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment