function date_gmdate in Date 6.2
Same name and namespace in other branches
- 5.2 date_php4/date_php4.inc \date_gmdate()
- 5 date.inc \date_gmdate()
- 6 date_php4/date_php4.inc \date_gmdate()
Like date_date with no GMT conversion.
File
- date_php4/
date_php4.inc, line 922
Code
function date_gmdate($format, $timestamp = FALSE, $test = FALSE) {
return date_date($format, $timestamp, 'UTC', $test);
}