Skip to content
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

Feature: Support function: last_day, next_day and previous_day #16715

Closed
3 tasks
wubx opened this issue Oct 29, 2024 · 2 comments · Fixed by #16740
Closed
3 tasks

Feature: Support function: last_day, next_day and previous_day #16715

wubx opened this issue Oct 29, 2024 · 2 comments · Fixed by #16740
Assignees
Labels
C-feature Category: feature good first issue Category: good first issue

Comments

@wubx
Copy link
Member

wubx commented Oct 29, 2024

Summary

@wubx wubx added C-feature Category: feature good first issue Category: good first issue labels Oct 29, 2024
@TCeason
Copy link
Collaborator

TCeason commented Oct 29, 2024

about last_day, can consider use last_day_of_year_month

fn last_day_of_year_month(year: i32, month: u32) -> u32 {

@Freejww
Copy link
Contributor

Freejww commented Oct 29, 2024

take

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature good first issue Category: good first issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants