I have an c# API that need to accept DateTime variable from several angular 2 apps. Problem is, every app sends parameter in different format.
How can i get current format string for DateTime variable in Angular 2, so i could pass that to my API and unify it on server?