KorzhCom / EasyData

Adaptive CRUD for ASP.NET Core. With EasyData you can get both API endpoints and client-side UI for all CRUD operations in a matter of minutes using just your DbContext and a few lines of code.
MIT License
594 stars 63 forks source link

Short year part (`yy`) is not processed correctly in date formats #150

Closed korzh closed 1 year ago

korzh commented 2 years ago

If we set a short date format with a short year part (like dd/MM/yy) then that part is not processed correctly and it shows just yy in the result date values

An example of setting a short date format:

easydata.core.i18n.updateLocaleSettings({
    shortDateFormat: 'dd/MM/yy',
});
korzh commented 1 year ago

Fixed in version 1.4.11