We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following code:
<?php $d = DateInterval::createFromDateString('next weekday 15:30'); ?>
Resulted in no warning.
But I expected a warning telling me that the 15:30 was going to be ignored.
15:30
PHP 8.2.0-dev
No response