Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
ls-service-date
Advanced tools
Litespeed.js view component that adds a copy button to your element text content or input element value.
Litespeed.js service component for manipulating unix time date formats.
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>
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
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 security@appwrite.io instead of posting a public issue in GitHub.
The MIT License (MIT) http://www.opensource.org/licenses/mit-license.php
FAQs
Litespeed.js view component that adds a copy button to your element text content or input element value.
The npm package ls-service-date receives a total of 1 weekly downloads. As such, ls-service-date popularity was classified as not popular.
We found that ls-service-date demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.