- var_export: documentation ( source)
- date_create_from_format: documentation ( source)
- date_parse_from_format: documentation ( source)
<?php
var_export(date_create_from_format('Y-m-d H:i:s', '2016-1-2 3:4:5'));
var_export(date_parse_from_format('Y-m-d H:i:s', '2016-1-2 3:4:5'));