Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The solution of garbled code in phpmyadmin time display

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Editor to share with you the solution to phpmyadmin time display garbled. I hope you will get something after reading this article. Let's discuss it together.

The solution to the garbled phpmyadmin time display is to open the file [common.lib.php] first, and then change the code [$format=__ ('% B% d,% Y at% iRanger% M% p')] to [$format='% Y-%m-%d% HRV% M].

Solution to garbled phpmyadmin time display:

File libraries/common.lib.php, line 1648

The code will be as follows:

$format = _ ('% B% d,% Y at% iRu% M% p')

Change to

$format ='% Y-%m-%d% HRV% MVA% S'

OK, example of date format display format

2020-7-20 11:49:07

Reason:

The PMA_localisedDate function uses the strftime () function, the first argument of the strftime function is the date format, and the phpmyadmin source program uses a format string with Chinese, while the php version under windows will be converted to garbled when formatted. After confirming that there is no such problem under linux, pma is normal.

After reading this article, I believe you have some understanding of "the solution to garbled phpmyadmin time display". If you want to know more about it, you are welcome to follow the industry information channel. Thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report