MYSQl DATETIME string Format |
[eluser]xwero[/eluser]
the S you added should take care of the th like you can see on the php.net date function page. The at you can add by escaping the word with a backslash, but because the t is a character that is in the date formating you need to double backslash it. (see the second example on the same php.net page) |
Messages In This Thread |
MYSQl DATETIME string Format - by El Forum - 06-26-2008, 03:28 AM
MYSQl DATETIME string Format - by El Forum - 06-26-2008, 03:41 AM
MYSQl DATETIME string Format - by El Forum - 06-26-2008, 03:47 AM
MYSQl DATETIME string Format - by El Forum - 06-26-2008, 06:06 AM
MYSQl DATETIME string Format - by El Forum - 06-26-2008, 06:12 AM
|