---
title: FIRST-CORDOVA-PLUGIN-BY-HARSHIT
description: Just my first plugin to explore the Cordova ecosystem.
---

# FIRST-CORDOVA-PLUGIN-BY-HARSHIT

This plugin defines a global `FirstCordovaPluginByHarshit` object, which has two callback function `sayMyName` and `sayTheDate` which return's the string provided by the user.
```js
WIll update once I figure out the existing issue which says FirstCordovaPluginByHarshit.sayMyName is not a function.
```

## Installation

    cordova plugin add first-cordova-plugin-by-harshit

## Properties

- FirstCordovaPluginByHarshit.sayMyName('Harshit', callback)
- FirstCordovaPluginByHarshit.sayTheDate(callback)

### Supported Platforms For Now

- Android
- iOS