Thursday, February 09, 2012 ..:: Forums ::.. Register  Login
 Forums Minimize
 
ForumForumMainstream Foru...Mainstream Foru...BugsBugsA minor bug in _controls/DateTimePicker.ascx.csA minor bug in _controls/DateTimePicker.ascx.cs
Previous Previous
 
Next Next
New Post
 5/24/2010 6:56 AM
 

After this line,

int nHours = dtValue.Hour;
should do one determination to see if the hour should be added one if the minute reachs "00":

if ( lstMINUTE.SelectedValue.Equals("00") && nMinutes > 60 - nMinutesIncrement )
{
nHours++;
}

New Post
 5/24/2010 12:39 PM
 

Can you provide a test case that demonstrates the problem?

New Post
 5/26/2010 6:12 AM
 

with nMinutesIncrement = "15"

When insert any record having DateTimePicker controll, under the condition : at 3:55 O'clock for example, the control will show 3:00 (It should be 4:00).

Previous Previous
 
Next Next
ForumForumMainstream Foru...Mainstream Foru...BugsBugsA minor bug in _controls/DateTimePicker.ascx.csA minor bug in _controls/DateTimePicker.ascx.cs


  
Copyright (c) 2006-2010 SplendidCRM Software, Inc. All Rights Reserved.   Terms Of Use  Privacy Statement
DotNetNuke® is copyright 2002-2012 by DotNetNuke Corporation