cordova-plugin-app-generation-date

0.0.12 • Public • Published

Plugin permettant de récupérer la date de génération d'une application créée avec Ionic et Cordova.

Installation

ionic cordova plugin add cordova-plugin-app-generation-date --save

Usage

Pour Android et IOS.

declare const cordova: any; cordova.plugins.AppGenerationDate.get("yyyyMMddHHmm").then((date) => this.date = date,(error) => console.log(error));

Package Sidebar

Install

npm i cordova-plugin-app-generation-date

Weekly Downloads

1

Version

0.0.12

License

MPL 1.1, GPL 2.0, LGPL 2.1 or CeCILL 2.O

Last publish

Collaborators

  • nicolasboyer