By date format I don't mean the one used by .net to format date types
Date format shown to the user with a french culture could be jj/mm/aaaa (jour = day, mois = month, an = year).
For example in html an <input type="date" /> would show the format above as an input placeholder.
does .net have this format info available ?