<?php $str = "20142311.235504"; $match = array_combine(['year', 'month', 'day', 'hour', 'minute', 'second'], explode('-', (date_create_from_format("Ydm.His", $str))->format('Y-m-d-H-i-s'))); echo '<pre>', print_r($match);
You have javascript disabled. You will not be able to edit any code.