@anglr/datetime
Advanced tools
Changelog
Version 2.0.1 (2022-02-22)
Changelog
Version 2.0.0 (2022-02-21)
13.1.0
@jscrpt/common
is 2.2.0
@anglr/common
is 10.0.0
@anglr/types
, all mising types used directly hereNode.js <= 12.20
Changelog
Version 1.0.0 (2022-02-17)
MINUTE
, HOUR
, DAY
, ...)DateTimeValue
representing datetime value as interval from toDATE_API
token used for injecting DateApi
abstraction layerFORMAT_PROVIDER
token used for injecting FormatProvider
that contains some of default formats (day, time, datetime)FormatProvider
that contains some of default formats (day, time, datetime)DateApi
and DateApiObject
used as abstraction layer for working with datetime'DatePositionParserService
used for obtaining implementation of DatePositionParser
DatePositionParser
and DefaultDatePositionParser
used for parsing string datetime into parts and allowing selection of separate partsDatePositionParserResult
as result of datetime parsingDateValueProvider
which serves as provider of DateTimeValue
for specified date and formatDateFormatPipe
pipe that is used for formatting dateDateConvertPipe
pipe that is used for converting dateDatePipesModule
module used for exporting date pipesDateTimeSelector
, allowing to select, insert, edit datetime value
DATE_TIME_SELECTOR_CONFIGURATION
token for injecting DateTimeSelectorOptions
DateTimeSelectorOptions
defintion of datetime selector component optionsDateTimeSelector
describes datetime selector component used for displaying and selecting valueDateTimeSelectorComponent
as main component allowing for displaying selector implementation and pickerInputDateTimeSelectorComponent
component used for selecting datetime in input field, allowing splitting of value into period/partsSimpleInputDateTimeSelectorComponent
component used for selecting datetime in input field, simple inputDateTimeSelectorControlValueAccessor
directive for enabling Angular Forms binding to selector, also allowing gaining value as string, or simple value or range valueDateTimeSelectorModule
module containing selectorDateTimeBasicSelectorModule
module containing simple input selectorDateTimePicker
, allowing to pick datetime value
DateTimePickerCssClasses
css classes applied to datetime pickerDateTimePickerOptions
defintion of datetime picker component optionsDATE_TIME_PICKER_CONFIGURATION
token used for injecting DateTimePickerOptions
DateTimePicker
describes datetime picker component used for displaying and selecting valuePeriodData
data that represents data for any picker typeDayData
data that represents day in date pickerMonthData
data that represents month in date pickerYearData
data that represents year in date pickerDateTimePickerComponent
as main component allowing displaying pickerDateTimeDayPickerComponent
component used for picking day from month viewDateTimeMonthPickerComponent
component used for picking month from year viewDateTimeYearPickerComponent
component used for picking year from decade viewDateTimePickerModule
module containing pickers@anglr/datetime/moment
@anglr/datetime/moment
MOMENT_FORMAT_PROVIDER
token for injecting FormatProvider
for MomentJsMomentDateApi
MomentJs implementation of DateApi
returning MomentJs implementation of DateApiObject
@anglr/datetime/date-fns
@anglr/datetime/date-fns
DATEFNS_FORMAT_PROVIDER
token for injecting FormatProvider
for date-fnsDateFnsDateApi
date-fns implementation of DateApi
returning date-fns implementation of DateApiObject
DateFnsLocale
date FNS locale service, used for obtaining localeDATE_FNS_LOCALE
token for injecting DateFnsLocale