I have this code in the view to display datepicker for input type..
Problem Is when I click on the textbox on the UI I can select the date its working fine..
but when I am trying to clear the textbox its not going off its allways showing currect date and time..
Can anybody help me why its i am not able to make clear..
thanks
I am trying to understand when you want it cleared. This code will clear it whenever the
inputreceives focus:You can change
focustoclickif it should only clear when you click.