Skip to content

Instantly share code, notes, and snippets.

@kimar
Created September 1, 2014 23:25
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 kimar/483b9fd334a4cfabfb08 to your computer and use it in GitHub Desktop.
Save kimar/483b9fd334a4cfabfb08 to your computer and use it in GitHub Desktop.
Ghost S3 getTargetDir for Windows instances
var getTargetDir = function() {
var now = new Date();
return now.getFullYear() + '-' + MONTHS[now.getMonth()] + '/';
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment