-
Notifications
You must be signed in to change notification settings - Fork 18
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
Implement new calendar #1372
base: develop
Are you sure you want to change the base?
Implement new calendar #1372
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1372 +/- ##
========================================
- Coverage 12% 11% -0%
========================================
Files 264 265 +1
Lines 7238 7371 +133
========================================
Hits 803 803
- Misses 6435 6568 +133 |
56792d5
to
c707bd9
Compare
09f9b58
to
d50aad7
Compare
d50aad7
to
d5b9f16
Compare
|
||
static String monthToString(int month) { | ||
// TODO: Support Portuguese | ||
const strMonths = [ |
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.
See #1379, I added a datetime extension method for this case. However, I think this parsing should be moved to uni_app, and just receive a string. What do you think?
Closes #1275
Review checklist
whatsnew/whatsnew-pt-PT
changelog.md
with the change