Skip to content

Date/time value fixes#1387

Merged
andrewnicols merged 1 commit into
moodle:mainfrom
leonstr:patch-20
Jul 23, 2025
Merged

Date/time value fixes#1387
andrewnicols merged 1 commit into
moodle:mainfrom
leonstr:patch-20

Conversation

@leonstr

@leonstr leonstr commented Jun 27, 2025

Copy link
Copy Markdown
Contributor

It looks like the format placeholders are those used by strftime() not date(), for example "##today##%d %B %Y##" not "##today##d F Y##".

Also, fixed a broken link.

Also, removed the spaces around the '##' because the three example values at the end of this section don't use spaces which makes it confusing. It appears it doesn't matter if spaces are used by I think we should be consistent here.

It looks like the format placeholders are those used by strftime() not date(), for example "##today##%d %B %Y##" not "##today##d F Y##".

Also, fixed a broken link.

Also, removed the spaces around the '##' because the three example values at the end of this section don't use spaces which makes it confusing. It appears it doesn't matter if spaces are used by I think we should be consistent here.
@netlify

netlify Bot commented Jun 27, 2025

Copy link
Copy Markdown

Deploy Preview for moodledevdocs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 7980585
🔍 Latest deploy log https://app.netlify.com/projects/moodledevdocs/deploys/685ec422c82a7900086e513b
😎 Deploy Preview https://deploy-preview-1387--moodledevdocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@andrewnicols
andrewnicols added this pull request to the merge queue Jul 23, 2025
Merged via the queue into moodle:main with commit 94688af Jul 23, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants