$date = DateTime::createFromFormat('m-d-Y, H:i A', '05-21-2005, 12:27 AM');
echo $date->format('Y-m-d H:i:s');
https://ideone.com/kGvh91 Key Down
Characters:
Unicode: 3 / 0x3
Keys: ⌅
Key Code: 76 / 0x4c
Modifiers: 2097408 / 0x200100
Key Down
Characters:
Unicode: 13 / 0xd
Keys: ↵
Key Code: 36 / 0x24
Modifiers: 256 / 0x100
SELECT `id`, `name`, SUBSTR(`text`, 1,20) AS `text` FROM `articles` ORDER BY `id` DESC
SELECT *, SUBSTR(`text`, 1,20) AS `shorttext` FROM `articles` ORDER BY `id` DESC