/DatePicker

In this project we are retrieving the date and time by using an hybrid framework

Primary LanguageJavaScript

DatePicker

  1. create a project from termainal as ionic start datepicker blank
    2)cd datepicker project
    3)Add the required platform in terminal as ionic add platform ****
    4)Add the ng-cordova.min.js file above the cordova.ja file in our project
    5)Insert that 'ngCordova' dependency in app.js file
    6)Add the required plugin for your project
    7)In cmd prompt type the cmd as cordova plugin add https://github.com/VitaliiBlagodir/cordova-plugin-datepicker.git
    8)In app.js I wrote an Controller to display the status of datepicker and it's functionality please have a look
    9)Please update your cordova platform if the above plugin doesn't work