Thanks for your previous answer
I need is a period of impreson form of a start date to end date and detail that arises is that does not meet display in the control as the final date and the need ... 31/12/2012 depending on the year, I find no funsion me to become a cadean to date there is only dated a string ...
by chance have a manual on how mandejar objects and their methods .. since they are somewhat different from visual studio.
how to fill a DateTimePicker
how to fill a DateTimePicker
- Attachments
-
- 1615.Prueba de parametros con fechas.mrt
- (55.33 KiB) Downloaded 453 times
how to fill a DateTimePicker
Hello.
Thank you.
One of the ways is to write next expression in the text box:miguels wrote:Thanks for your previous answer
I need is a period of impreson form of a start date to end date and detail that arises is that does not meet display in the control as the final date and the need ... 31/12/2012 depending on the year, I find no funsion me to become a cadean to date there is only dated a string ...
by chance have a manual on how mandejar objects and their methods .. since they are somewhat different from visual studio.
Code: Select all
{dtvigencia.Value.ToString()} al {DateTimePickerControl1.Value.ToString()}
how to fill a DateTimePicker
ok thanks
but what I need is to see how to put the date of 31/012/2012 DateTimePickerControl1 control and I take the current system date
but what I need is to see how to put the date of 31/012/2012 DateTimePickerControl1 control and I take the current system date
how to fill a DateTimePicker
Hello.
Thank you.
Please, try to set the Today property of the DateTimePickerControl1 to false.miguels wrote: but what I need is to see how to put the date of 31/012/2012 DateTimePickerControl1 control and I take the current system date
Thank you.
-
- Posts: 1
- Joined: Wed Feb 01, 2012 1:35 am
- Location: Ahmedabad, Gujarat, India
how to fill a DateTimePicker
Hi,
Try like this
DateTimePicker1.Value = Format(DataReader[0], "dd/MM/yyyy");
Thanks....
Try like this
DateTimePicker1.Value = Format(DataReader[0], "dd/MM/yyyy");
Thanks....