[SOLVED] how Make time periods readable? |
6/25/2010 08:54:17 | |
| PHPRunner General questions | ||
|
B
bobsansei author
Hello |
||
|
A
|
ann 6/25/2010 |
|
Rodrigo, $value=date('h:i:s A',strtotime($value)); |
|
|
B
|
bobsansei author 6/25/2010 |
|
Rodrigo, proceed to the View as settings on the Visual Editor tab. Here is a sample: $value=date('h:i:s A',strtotime($value));
|
|
|
|
Sergey Kornilov admin 6/25/2010 |
|
Check what other date and time formats available there: |
|
|
B
|
bobsansei author 6/25/2010 |
|
Rodrigo, proceed to the View as settings on the Visual Editor tab. Here is a sample: $value=date('h:i:s A',strtotime($value));
|
|
|
J
|
joker 6/25/2010 |
|
Rodrigo, <?php
|
|