View.prototype.formatToDate = function () {
  return moment.utc(this.model.get('toDate')).format(dateFormat)
}