upda ngon ngu tieng Viet cho nhung cho tieng Anh

This commit is contained in:
2021-02-18 17:44:18 +07:00
parent c353c25abf
commit e45e08f372
4 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ class ListManagementController extends Controller {
public function actionIndex($from = "", $to = "", $name = "", $type = "all", $gender = "all", $id = "") {
$f = date_format(date_create_from_format('H:i d/m/Y', "00:00 " . date("d/m/Y")), 'U');
$t = date_format(date_create_from_format('H:i d/m/Y', "23:59 " . date("d/m/Y")), 'U');
$this->view->title = "List management";
$this->view->title = "Quản lý mẫu";
$searchModel = new ListManagementSearch();
$dataProvider = $searchModel->search(Yii::$app->request->queryParams);
if ($from !== "" && $to !== "") {