maxDate: function() {
        return moment(this.get('maxTime')).format(this.get('format'));
    }.property('maxTime', 'format'),