
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
lddatetimepicker
Advanced tools
Vanilla Date/Time picker.
install via npm, along with required libraries:
npm install --save lddatetimepicker @loadingio/debounce.js dayjs
include required js / css:
<link rel="stylesheet" type="text/css" href="dist/index.min.css">
<script type="text/javascript" src="path-to/debounce.js"></script>
<script type="text/javascript" src="path-to-day.js"></script>
<script type="text/javascript" src="dist/index.min.js"></script>
initialize:
lddtp = new lddatetimepicker({host: "input"})
lddtp.value("2021/01/23"); // set value
lddtp.value(); // get value
Constructor options:
host: host element ( should be an input element, if provided )time: default true. hide and disable time picker if false.suppress: default false. suppress popup when clicking host if true.fixed: (deprecated) default false. true to enabled fixed mode.mode: either in-place, out-place or fixed.
fixed:
host and container are not provided.out-place: widget is inserted under body.in-place: widget is inserted after host.container: optional. if provided, lddatetimepicker are rendered barely in this container.
node: required. container element.toggle(v): required. function for toggling container on / off.isOn(): required. return true if a container is toggled on, otherwise false.position({x,y,ix,iy}): optional. use this function to correctly position container.
x: suggested x positiony: suggested y positionix: suggested x position if mode is in-place.iy: suggested y position if mode is in-place.out-place with container option set.
mode to fixed if the container is a fixed element (such as dialog)zmgr: optional. if provided, widget will be auto z-indexing based on this zmgr.isOn(): return true if lddatetimepicker dialog is on, otherwise return falsefire(n, ...args)on(n, cb)update()value()config(opt): update configuration.
suppress: see constructor option for this option.time: see constructor option for timesuppress and time ) when calling without option.MIT
FAQs
vanilla date/time picker
The npm package lddatetimepicker receives a total of 0 weekly downloads. As such, lddatetimepicker popularity was classified as not popular.
We found that lddatetimepicker demonstrated a healthy version release cadence and project activity because the last version was released less than 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
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.