[SOLVED] how Make time periods readable? |
6/25/2010 8:54:17 AM |
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
|