Greetings,
I have the following HiddenField
<asp:HiddenField ID="hdfFecha" runat="server" />
and in the code behing I have, to convert it to "dd-MM-yyyy" format.
FormAGPost.Fecha = DateTime.ParseExact(hdfFecha.Value, "dd-MM-yyyy"...
asked by
11.01.2017 / 16:11