-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add DateTime extension #431
Conversation
56cad9d
to
d0eae54
Compare
016e0c8
to
48103fd
Compare
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 1 week if no further activity occurs. Thank you for your contributions. |
588809c
to
9ef661e
Compare
/** | ||
* @var string[] | ||
*/ | ||
private $centuries = ['I', 'II', 'III', 'IV', 'V', 'VI', 'VII', 'VIII', 'IX', 'X', 'XI', 'XII', 'XIII', 'XIV', 'XV', 'XVI', 'XVII', 'XVIII', 'XIX', 'XX', 'XXI']; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cant we type the methods since we aim 7.4 anyways?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not from within our current 1.x release, right
We'll add those types in the 2.x release.
Lgtm |
What is the reason for this PR?
DateExtension
to Core #428)Author's checklist
Summary of changes
A
DateTimeExtension
will be added as a care extension.Review checklist