0.0.12 • Published 7 years ago

cordova-plugin-app-generation-date v0.0.12

Weekly downloads
2
License
MPL 1.1, GPL 2.0,...
Repository
-
Last release
7 years ago

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));