I don’t know where to ask for help. Well, let me be straight. Next week I am going to present my project in front of my panels which that means a lot to me. My system not finish 100%, and I am stuck at date picker stuff. I did spent like a whole day, download jquery (which I thought it will work) but still I cant. This is the silliest thing I ever do. Posting more than 1 same question, and I really need help. Seriously. I need to do date picker which enable user to select date and it will be store in db. Please. You may down voting me for doing this but I am down on my knee, seeking for help. A guide, steps or any tutorial on doing that as I am not an expert in asp.net,coding stuff. Please.
Share
1: include JQuery and JQuery UI libs in your page’s header (between the HEAD and /HEAD tags):
Add this code to your page after the BODY tag (copied from JQuery’s website):
Now when you click the input field, a datepicker should appear.