freescout-calendar-module/vendor/dallgoot/yaml/tests/cases/dumping/dateTime.php
2024-09-10 16:29:40 +02:00

9 lines
No EOL
128 B
PHP

<?php
use Dallgoot\Yaml\Types\YamlObject;
$yaml = new YamlObject(0);
$yaml->key = new \DateTime('2000-01-01');
return $yaml;