During the development of the project, we had to change the format for displaying the dates of entries. The article creation module saves the date in the MySQL DATETIME format, that is, of the form 2016-12-28 14:22:10 You can easily change the format for saving the date, but then other php handlers that take date information from the database whose records have accumulated decently I need a record of the form 28 дек'16 in a certain block and under hover 14:22:10 from 2016-12-28 14:22:10
Question: Are there any standard php functions that from a string like 2016-12-28 14:22:10 will give me a string of type 28 дек'16 ?