how to convert youtube video published date to DD/MM/YY in php ...
stackoverflow.com
12 พ.ย. 2012 ... Try this: $video_date = date('d/m/y', strtotime($video_date_pre));. In this solution, you need to convert the string into Unixtime first, ...