String: Reformating Mysql Datetime to Your Local Date FormatTag: string, date, mysql Category: PHP Basicpost: 03 Feb 2008 read: 345 PHP String Tips: We talk about substr at this post. We can expand substr() function like for reformating datetime. Genuine format from datitime is "yyyy-mm-dd hh:ii:ss". But your needed is "dd/mm/yyyy hh:ii:ss". You can use substr for this problem. We can create function like this:
|
| | Give Your Opinion | Recommend |
|

