README
get current date
install
npm i get-current-date
usages
var getCurrentDate = require('get-current-date')
getCurrentDate.printMsg()
description
It is a test npm dependency so does not contain any facitlity as of now.
get current date
<script type="module">
import getCurrentDate from 'https://cdn.skypack.dev/get-current-date';
</script>
npm i get-current-date
var getCurrentDate = require('get-current-date')
getCurrentDate.printMsg()
It is a test npm dependency so does not contain any facitlity as of now.