• How do I programmatically set a datetimecombo field?

    I have tried these examples in record.js: this.model.set('my_custom_datetime_field_c', "2016-02-01 00:00:01"); this.model.set('my_custom_datetime_field_c', Date.parse("2016-02-01 00:00:01")); The first one gave this error on save: Did not recognize my_custom_datetime_field_c…