Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Form] Addinput=date_point toDateTimeType,DateType andTimeType#21027

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
javiereguiluz merged 1 commit intosymfony:7.4fromwkania:data_point_form
Jun 2, 2025

Conversation

wkania
Copy link
Contributor

Fix#21022

use Symfony\Component\Form\Extension\Core\Type\DateType;use Symfony\Component\Form\Extension\Core\Type\DateTimeType;use Symfony\Component\Form\Extension\Core\Type\TimeType;use Symfony\Component\Form\Extension\Core\Type\BirthdayType;$builder->add('from', DateType::class, [    'input' => 'date_point',]);$builder->add('from', DateTimeType::class, [    'input' => 'date_point',]);$builder->add('from', TimeType::class, [    'input' => 'date_point',]);$builder->add('from', BirthdayType::class, [    'input' => 'date_point',]);

@javiereguiluzjaviereguiluz merged commitda5762a intosymfony:7.4Jun 2, 2025
5 of 6 checks passed
@javiereguiluz
Copy link
Member

Thanks@wkania. The first merge in 7.4 branch 🥳

While merging I did some tweaks to add a link toDatePoint docs (because this is not standard in PHP and would be confusing for some folks) and I also added the missingversionadded. See2276ec1

wkania reacted with hooray emoji

@wkania
Copy link
ContributorAuthor

@javiereguiluz For some reason, I assumed thatversionadded didn’t need to be included for LTS versions, since it would be removed in the next release anyway. Probably another project.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@xabbuhxabbuhxabbuh approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
7.4
Development

Successfully merging this pull request may close these issues.

4 participants
@wkania@javiereguiluz@xabbuh@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp