Skip to content

Instantly share code, notes, and snippets.

@steepzero-old
Created September 18, 2017 09:17
Show Gist options
  • Save steepzero-old/a2993b1e1aa0a96663b94b584eb2d479 to your computer and use it in GitHub Desktop.
Save steepzero-old/a2993b1e1aa0a96663b94b584eb2d479 to your computer and use it in GitHub Desktop.
test gist
$days = intval($arElement["PROPERTY_TERM_VALUE"]);
if($days == "год")
$days = 365;
elseif($days == '10 дней') //обратная совместимость :)
$days = 10;
elseif($days == '20 дней')
$days = 20;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment