assign formatted date to date time picker
Hi, How can I assign the formatted date to Date time picker? because it converts the date to string format and doesn't allow me to bind to the date time picker. Please provide a solution for this.
I tried to assign the following query but I am not able to
select CONVERT(varchar(12), CAST(getdate() as date), 107)
Thanks,
Shalini V.

