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
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
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 justyy
in the result date valuesAn example of setting a short date format: