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