No DateTimePicker
I can display anything using d
for day, MM
or MMMM
for month and yy
or yyyy
for year.
However, I would like to simply display in the customformat
property: April 15th.
However, when I write:
dtApartir.CustomFormat = "d de MMMM de yyyy";
Results in:
15 15e April 15e 2014.
Is there any way around this and display the "d" of "from"?