bugphpGroupWare - Bugs: bug #9779, javascript calendar input2date...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #9779: javascript calendar input2date function

Submitter:  Philipp Kamps <fipsfuchs>
Submitted:  Tue 27 Jul 2004 07:37:10 AM UTC
   
 
Category:  API - phpGroupware API Item Group:  0.9.16.001
Severity:  1 - Wish Priority:  5 - Normal
Status:  Invalid Privacy:  Public
Assigned to:  skwashd Open/Closed:  Closed
Component Version:  SVN Operating System:  GNU/Linux - Debian
Reproducibility:  None Planned Release:  0.9.16.001+
Fixed Release: 

Tue 27 Jul 2004 07:46:20 AM UTC, comment #1: 

It is set to use 12 not 0 to stop problems with daylight savings.  mktime is daylight savings aware.

The version of jscal in head (and the nlkh branch) has support for time select also.  You might want to look at using that.  The php code doesn't current support it tho.

Dave Hall <skwashd>
Group administrator
Tue 27 Jul 2004 07:37:10 AM UTC, original submission:  

this method returns:

$ret[$raw] = mktime(12,0,0,$date['m'],$date['d'],$date['Y']);

may I change this to:

$ret[$raw] = mktime(0,0,0,$date['m'],$date['d'],$date['Y']);

?

I develop some features for projects in combination with this class.

Philipp Kamps <fipsfuchs>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-07-27 skwashd StatusNone Invalid
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code