nativescript-timedatepicker-renet
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

nativescript-timedatepicker

A NativeScript plugin providing native date and time pickers for Android and iOS.

Android side

alt tag

iOS side

alt tag

Usage

 
//Import the plugin
import * as TimeDatePicker from 'nativescript-timedatepicker';
 
//Create a callback function
let mCallback =  ((result) => {
  if (result) {
    alert("the time is "+result);
  }
});
 
//Initialize the PickerManager (.init(yourCallback, title, initialDate))
TimeDatePicker.init(mCallback,null,null);
 
//Show the dialog
TimeDatePicker.showDatePickerDialog();
 

For more examples of usage see the demo main-view-model.ts.

Credits

This plugin abstract two native libraries, hence here are the project and deserved merit to the creators.

For iOS https://github.com/hackiftekhar/IQActionSheetPickerView
For Android https://github.com/CiTuX/datetimepicker

Readme

Keywords

Package Sidebar

Install

npm i nativescript-timedatepicker-renet

Weekly Downloads

0

Version

1.2.1

License

none

Last publish

Collaborators

  • leocaseiro