
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
@danielmoncada/angular-datetime-picker-dayjs-adapter
Advanced tools
Angular Date Time Picker (DayJs Adpater)
Angular date time picker - DayJs Adpater
The current version of this package supports Angular 17
If you need support for other Angular version, see Breaking Changes below.
This is a DayJs adapter to be used with the following date time picker control:
https://github.com/danielmoncada/date-time-picker
npm install @danielmoncada/angular-datetime-picker-dayjs-adapter --save
import { NgModule } from '@angular/core';
import { OwlDateTimeModule, OWL_DATE_TIME_FORMATS} from '@danielmoncada/angular-datetime-picker;
import { OwlDayJsDateTimeModule } from '@danielmoncada/angular-datetime-picker-dayjs-adapter';
// See the Day.js docs for the meaning of these formats:
// https://day.js.org/docs/en/display/format
export const MY_DAYJS_FORMATS = {
parseInput: 'l LT',
fullPickerInput: 'l LT',
datePickerInput: 'l',
timePickerInput: 'LT',
monthYearLabel: 'MMM YYYY',
dateA11yLabel: 'LL',
monthYearA11yLabel: 'MMMM YYYY',
};
@NgModule({
imports: [OwlDateTimeModule, OwlDayJsDateTimeModule],
providers: [
{provide: OWL_DATE_TIME_FORMATS, useValue: MY_DAYJS_FORMATS},
],
})
export class AppExampleModule {
}
Maintained and updated by Daniel Moncada, original implementatiom by Daniel Pan
FAQs
Angular Date Time Picker (DayJs Adpater)
The npm package @danielmoncada/angular-datetime-picker-dayjs-adapter receives a total of 390 weekly downloads. As such, @danielmoncada/angular-datetime-picker-dayjs-adapter popularity was classified as not popular.
We found that @danielmoncada/angular-datetime-picker-dayjs-adapter 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.