
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@neoprospecta/angular-datetimepicker
Advanced tools
Stable Datetimepicker to use across Neoprospecta sites
A plugin to pick date and time.
npm install @neoprospecta/angular-datetimepicker
##Usage
Load the DatetimePickerModule in your odule
import { DatetimePickerModule } from '@neoprospecta/angular-datetimepicker';
Use it in your tamplate
<np-datetime-picker
[(ngModel)]="sample.sampling_date"
name="sampling_date"
placeholder="Data coleta"
close-on-select="true"
date-format="dd/MM/yyyy"
date-only="true"
(change)="doSomethingWithTheChoosenDate"
></np-datetime-picker>
##Options
| Attribute | Type | Default | function |
|---|---|---|---|
| name | string | undefined | The input name |
| placeholder | string | undefined | The input placeholder |
| date-only | boolean | false | Select only date |
| time-only | boolean | false | Select only time |
| close-on-select | boolean | false | Close the dialog when a date is selected |
| date-format | string | yyyy-MM-dd | The date format that sould be displayed in the picker |
| first-day-of-week | number | sunday | The first day of the week |
| default-value | string | undefined | The default value to be used in the picker |
| minute-step | number | 1 | The step size of the minute selection slider |
| min-date | Date | undefined | The minimum accepted date |
| max-date | Date | undefined | The maximum accepted date |
| min-hour | number | undefined | The minimum accepted hour |
| max-hour | number | undefined | The maximum accepted hour |
| disabled-dates | Array | undefined | A list of dated that cannot be selected |
The change method is called when the input value changes. With it you can do some custom work when a date is selected.
FAQs
Stable Datetimepicker to use across Neoprospecta sites
We found that @neoprospecta/angular-datetimepicker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers 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
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.