Skip to content

Litespeed.js service component for manipulating unix time date formats

License

Notifications You must be signed in to change notification settings

litespeed-js/ls-service-date

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ls-service-date

npm npm version Build Status Chat With Us

Litespeed.js service component for manipulating unix time date formats.

Installation

This package is wrapped as a Litespeed.js component. To use it, you need to init a new Litespeed.js project or use an exisiting Litespeed.js project. To learn more about Litespeed.js Javascript web framework got to the official repository.

Install with NPM:

npm install ls-service-date

Install with CDN:

<script src="https://cdn.jsdelivr.net/npm/ls-service-date"></script>

Getting Started

Example

let date = window.ls.container.get('date');

date.timetostr('Y-m-d H:i', 1564947784); // 2019-08-04 22:43:04
date.strtotime('2019-08-04 22:43:04'); // 1564947784

Contributing

All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.

Fork the project, create a feature branch, and send us a pull request.

For security issues, please email [email protected] instead of posting a public issue in GitHub.

Copyright and license

The MIT License (MIT) http://www.opensource.org/licenses/mit-license.php

About

Litespeed.js service component for manipulating unix time date formats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •