Question
As a library end user I am very confused by the current naming scheme for datetime components.
Date*3 components are in the datetime2 package, not a new datetime3 package.
Date*2 components are actually in datetime package, and not the datetime2 package.
- If I need to use
Date*3 components, I will need to import CSS from both datetime2 and datetime.
- In fact, the docs say
Date*3 components are “currently available” in the datetime package (?)
Question
As a library end user I am very confused by the current naming scheme for datetime components.
Date*3components are in thedatetime2package, not a newdatetime3package.Date*2components are actually indatetimepackage, and not thedatetime2package.Date*3components, I will need to import CSS from bothdatetime2anddatetime.Date*3components are “currently available” in thedatetimepackage (?)