phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [bugs #9779] javascript calendar input2date funct


From: Dave Hall
Subject: [Phpgroupware-tracker] [bugs #9779] javascript calendar input2date function
Date: Tue, 27 Jul 2004 03:50:13 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040719 Firefox/0.9.1

This mail is an automated notification from the bugs tracker
 of the project: phpGroupWare.

/**************************************************************************/
[bugs #9779] Latest Modifications:

Changes by: 
                Dave Hall <address@hidden>
'Date: 
                Tue 07/27/2004 at 07:46 (Australia/Melbourne)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Invalid
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
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.






/**************************************************************************/
[bugs #9779] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9779>
Project: phpGroupWare
Submitted by: Philipp Kamps
On: Tue 07/27/2004 at 07:37

Category:  API - phpGWapi
Item Group:  0.9.16.001
Severity:  1 - None
Priority:  5 - Normal
Resolution:  Invalid
Assigned to:  skwashd
Status:  Closed
Component Version:  CVS
Platform Version:  GNU/Linux - Debian
Reproducibility:  None
Planned Release:  0.9.16.001+
Fixed Release:  


Summary:  javascript calendar input2date function

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.

Follow-up Comments
------------------


-------------------------------------------------------
Date: Tue 07/27/2004 at 07:46       By: skwashd
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.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9779>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]