This topic is locked
[SOLVED]

 Bug - Simple Edit Box with datepicker

5/18/2011 9:51:31 AM
PHPRunner General questions
cyberjas2001 author

I'm running PHPRunner 5.3 and I have this field "Date Out" which is a datetime field on my project, I'm using "Simple Edit Box with datepicker" and also "Show Time in datepicker"


And this is what I'm getting:


The TIME show's zeros... which is not right.
Something is wrong. Help please!

Sergey Kornilov admin 5/18/2011

What do you expect to see there?

cyberjas2001 author 5/18/2011

The current time... like the "Date In" in the sample below:


Dont you notice the difference?

They are the same type and have the same code on them.



What do you expect to see there?

Sergey Kornilov admin 5/18/2011

To display the current time you need to put it there first. Setting default value to now() is the way to go. Btw, its right on the screenshot you posted.

cyberjas2001 author 5/18/2011



To display the current time you need to put it there first. Setting default value to now() is the way to go. Btw, its right on the screenshot you posted.


The problem was fixed when I selected the box "apply on edit page"

thanks anyway