/ Published in: PHP
Format from "yyyy-mm-dd hh:mm:ss" to "yyyymmddhhmmss"
Expand |
Embed | Plain Text
function plainDate( $d ) { }
Comments
Subscribe to comments
You need to login to post a comment.
gfazioli on 10/30/08
2 people have marked this snippet as a favorite
Format from "yyyy-mm-dd hh:mm:ss" to "yyyymmddhhmmss"
function plainDate( $d ) { }
Subscribe to comments
You need to login to post a comment.
Avoiding the built-in date() function for some reason? http://ca.php.net/manual/en/function.date.php
If source $d is a string ...