I have a requirement where I need the following control in my project. I am using MVC application in this project.
https://github.com/xdan/datetimepicker
But, I am totally unsure how I can use this control in my project, as I am doing this for the first time. I did followed the steps that they have given. I installed those packages in one of my local folder. But this folder is different location and the project I am using is in different location. Should I install this package in the location of my project where I am using this? Please someone help me with this.
Step 1: To add the jQuery DateTimePicker package to a project:
Tools ► NuGet Package Manager ► Manage NuGet Packages for Solution....Browsetab. Type thejQuery-datetimepickerpackage name and wait until the available packages list is populated.jQuery-datetimepickerpackage, check project(s) the package to be installed and press Install button. Wait while the package is installing.Step 2: In case the available packages list does not updated do the following:
Tools ► Options.... In theOptionsdialog find outPackage SourcesunderNuGet Package Managerand check thatPackage sourcesis set tohttps://api.nuget.org/v3/index.json. So the NuGet Package Manager will use this source to obtain list of available packages: