![]() |
VOOZH | about |
The date-and-time.Date.parse() is a minimalist collection of functions for manipulating JS date and time module which is used to parse the date according to a certain pattern.
Required Module: Install the module by npm or used it locally.
npm install date-and-time --save
<script src="/path/to/date-and-time.min.js"></script>
Syntax:
parse(dateString, arg)
Parameters: This method takes the following arguments as parameters:
Return Value: This method returns parsed date and time.
Example 1:
Run the index.js file using the following command:
node index.js
Output:
parsed date and time : Thu Jan 01 1970 00:00:00 GMT+0530 (India Standard Time)
Example 2:
Run the index.js file using the following command:
node index.js
Output:
Parsed date and time : Thu Jan 01 1970 19:44:05 GMT+0530 (India Standard Time)