|
Mantis - Quercus
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 4626 | minor | always | 06-19-11 19:55 | 06-02-16 12:12 | |
|
|
|||||
| Reporter: | rickHigh | Platform: | |||
| Assigned To: | OS: | ||||
| Priority: | normal | OS Version: | |||
| Status: | new | Product Version: | |||
| Product Build: | Resolution: | open | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | |||
|
|
|||||
| Summary: | 0004626: strftime does not work with %R | ||||
| Description: |
$startTime = mktime(23, 0, 0, 5, 29, 2011); $str = strftime ("%R", $startTime); According to: http://php.net/manual/en/function.strftime.php [^] It should work as follows: %R Same as "%H:%M" Example: 00:35 for 12:35 AM, 16:44 for 4:44 PM |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||