1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
culture.php
См. документацию.
1<?php
8
10
11use Bitrix\Main;
12
14{
15 public function getDateTimeFormat()
16 {
17 return $this->getFormatDatetime();
18 }
19
20 public function getDateFormat()
21 {
22 return $this->getFormatDate();
23 }
24
25 public function getNameFormat()
26 {
27 return $this->getFormatName();
28 }
29}
getNameFormat()
Определения culture.php:25
getDateTimeFormat()
Определения culture.php:15
getDateFormat()
Определения culture.php:20
Определения culture.php:9