Skip to content

Instantly share code, notes, and snippets.

@OlegShchavelev
Created August 11, 2017 08:59
Show Gist options
  • Save OlegShchavelev/c237c2e6235d4d5ff760c134604118b1 to your computer and use it in GitHub Desktop.
Save OlegShchavelev/c237c2e6235d4d5ff760c134604118b1 to your computer and use it in GitHub Desktop.
Сколько лет компании (автоматически)
<?php
$year = (date("Y"));
$bild = $year - $modx->getOption('year');
print $bild;
// Заводим в Client Config Year
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment