24 hour time format |
11/24/2009 5:22:49 PM |
PHPRunner General questions | |
B
bobby123 authorDevClub member
Hi |
|
J
|
Jane 11/25/2009 |
Hi, |
B
|
bobby123 authorDevClub member 11/25/2009 |
Hi, format of time is dependent on your regional settings. Also you can format time manually using custom format on the "View as" settings dialog on the Visual Editor tab.
|
J
|
Jane 11/25/2009 |
Hi, $value = date("H:m:s",strtotime($value));
|
B
|
bobby123 authorDevClub member 11/25/2009 |
Hi, here is just a sample: $value = date("H:m:s",strtotime($value));
|
J
|
Jane 11/26/2009 |
It's difficult to tell you what's happening without seeing actual files. |