If your using a build of ember with the container-renderables feature, the way your defining the helper should be fine; but you should reference it in templates using the dasherized name (i.e. moment-date). See issue 63 for some relevant discussion.
For using a build without the container-renderables feature you need to actually import the helper module somewhere. For an example have a look at fire-up-ember-app-kit.