Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor SetDate to use SetDateWithValue
Replaces direct time formatting in SetDate with a call to SetDateWithValue, improving code reusability and readability. The new approach centralizes date formatting logic in one method.
- Loading branch information