test-less-test
v1.1.4
Published
Last updated: Tue Feb 25 2025 14:45:05 GMT+0545 (Nepal Time)
Readme
Samaysamapt
A simple Node.js module to get the current date and time in a formatted string.
Installation
You can install this package using npm:
npm install samaysamaptUsage
Here is an example of how to use the samaysamapt module:
const samaysamapt = require('samaysamapt');
const formattedDateTime = samaysamapt();
console.log(formattedDateTime); // Outputs: "DD/MM/YYYY HH:MM:SS AM/PM"Functionality
The module returns the current date and time in the following format:
DD/MM/YYYY HH:MM:SS AM/PMFor example, the output could be:
25/12/2023 10:30:45 AMLicense
This project is licensed under the MIT License.
