fix incorrect formControlName and property names in abp-date-range-picker #14981
Description
in the service, the property names is startDate, endDate. but in the form, it was startTime. it changed
Resolves 14937
fix(entity-changes.component.html): fix incorrect formControlName and property names in abp-date-range-picker
The formControlName "times" has been changed to "dateRange" to improve clarity and consistency. Additionally, the property names "startTime" and "endTime" have been changed to "startDate" and "endDate" respectively to accurately reflect their purpose.
Checklist
- I fully tested it as developer / designer and created unit / integration tests
- I documented it (or no need to document or I will create a separate documentation issue)
- I worked with the design team to get their idea for UI/UX design (or no need to design for this PR)
- I've assigned reviewer, related labels and set a milestone for this PR