Code snippets
You will find here 14 code snippets I find useful so I don't have to Google ™ or Stackoverflow ™ them when I need. There are also code snippets I always forget! 😁 Sometimes, related links to the code will be available. The main difference with other random snippets you will find on the web is that in most cases (for the Symfony related ones) you will be able to run them directly from this website to check the output so you can verify it works as expected ™.
In this snippet, we will see how to remove microseconds from a PHP DateTime object. This was a breaking change from PHP 7.0 to 7.1...
PHP
Published on 2021-01-23 • Modified on 2021-01-23
In this snippet, we will see how to check if a date corresponds to a working day. To do so, we have to use the 'N' (upper case) pa...
PHP
Published on 2020-10-02 • Modified on 2020-10-02
This is another example where the constant Twig function can be helpful. In this case we get the \DateTime::ATOM PHP constant to p...
Twig
Published on 2019-08-18 • Modified on 2019-08-18
Sometimes when using the PHP date function you need to use characters how are usually reserved to be converted in some dynamic val...
Twig
Published on 2019-08-14 • Modified on 2019-08-14