I am using Jquery UI datepicker to select a date for a field in a create form.
When the form is to be edited the Dates are not populating with the input data?
trying to eager load but not succeeding. Can i eager load a Carbon instance into an edit form?
Yes sure, but you might need to apply some formatting.
Show some code? Are you using the Form helpers? Form model binding? Is the date flagged as a datetime field in your model - by default only updated_at and created_at get converted to Carbon instances.