Added date configuration to Schedule & Details settings page - #29879
Added date configuration to Schedule & Details settings page#29879jbcurtin wants to merge 1 commit into
Conversation
|
Thanks for the pull request, @jbcurtin! I've created OSPR-6439 to keep track of it in JIRA, where we prioritize reviews. Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
48880c3 to
5952be3
Compare
| # Supported formats | ||
| # mm/dd/yyyy | ||
| # dd/mm/yyyy | ||
| 'DETAIL_SCHEDULE_FORMAT': 'mm/dd/yyyy' |
There was a problem hiding this comment.
| 'DETAIL_SCHEDULE_FORMAT': 'mm/dd/yyyy' | |
| 'DETAIL_SCHEDULE_FORMAT': 'MM/DD/YYYY' |
|
@jbcurtin Thank you for the contribution! Once you have signed our Contributor Agreement and it has been processed, you will receive a confirmation via email from our Legal team. We then will be able to review this and all your future code contributions. |
|
@jbcurtin Have you had a chance to sign the agreement? Please let me know if I can help. |
|
@jbcurtin We have not heard from you in a while, so I will go ahead and close this PR for now. Should you decide to pursue this again, please feel free to re-open. |
|
@jbcurtin Even though your pull request wasn’t merged, please take a moment to answer a two question survey so we can improve your experience in the future. |
Description
Adds the ability to configure Schedule & Details settings page with the ability to show
dd/mm/yyyyformat. Default setting maintains existing behavior and doesn't introduce anything new.Why:
Some areas of the world operate with the day-first:
dd/mm/yyyyrather thanmm/dd/yyyy.Useful information to include:
Testing instructions
cms/env/common.pyand findSCHEDULE_DETAIL_FORMAT. Alter the string value frommm/dd/yyyy->dd/mm/yyyy.dd/mm/yyyyDeadline
None as of now.