Custom DateTime Format in ASP.NET Core Web API

preview_player
Показать описание
In this video, I will demo how to create Custom DateTime Format in ASP.NET Core Web API.
======================================================
======================================================
======================================================
======================================================
======================================================
======================================================
======================================================
======================================================
======================================================
======================================================
======================================================
Check out our new online store for some programming merchandise!
======================================================
TODAY IS A GREAT DAY TO LEARN SOMETHING NEW!
======================================================
Рекомендации по теме
Комментарии
Автор

Worked properly as you per solution but when I am adding below line of code, service gives date value in different format like "2022-05-26T00:00:00"

services.AddMvc(option => option.EnableEndpointRouting = false)

.AddNewtonsoftJson(opt => =

sumeetsolse