PEAK XOOPS - Re: How can i change date-time format? in englishin japanese

Re: How can i change date-time format?

List posts in the topic

question Re: How can i change date-time format?

msg# 1.2.1.1.1.1.1
depth:
6
Previous post - Next post | Parent - Children.1 | Posted on 2006/6/17 5:42
GIJOE  ÀèǤ·³Áâ   Posts: 4110
It should be into my TODO.

You have to edit class/piCal.php in the current version.

eg)
line 2673 of piCal.php
function get_middle_hi( $time , $is_over24 = false )
{
	$hour_offset = $is_over24 ? 24 : 0 ;

	$hour4disp = $this->use24 ? $this->hour_names_24[ date( 'G' , $time ) + $hour_offset ] : $this->hour_names_12[ date( 'G' , $time ) + $hour_offset ] ;

	return sprintf(
		_PICAL_FMT_HI ,
		$hour4disp , // H
		date( _PICAL_DTFMT_MINUTE , $time ) // I
	) ;
	
	return date( "g:i A" , $time ) ;
}

Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!