problem in time dropdown in lightbox

hi stanislav,

there is a problem occured in auto time dropdown in lightbox …it repeats all time values again n again many times.
here is the screenshot in attachment…

Hello,

It seems you have edited time format that select but haven’t changed the time_step config value.
So it tries to display 09:05, 09:10 but you have format which displays only hour.
Either change format or time_step option.

Kind regards,
Ilya

hi ilya ,
thanx for reply.
yes there is the option for user to change time format…if he selects time format in 24 hrs then the time dropdown of lightbox works correctly but when he select 12 hr format that problem occurs…
here is the code
plz tell me how to fix this for 12 hr format

scheduler.config.hour_date="<?=$row['timeformat']?$row['timeformat']:"%h:%A";?>";

scheduler.config.time_step= 15;

hi iilya,

can u plz tell me hw can i fix this issue

hi iilya,

can u plz tell me hw can i fix this issue

hey guyz ,
plz suggest me how to solve this

hi stanislav,
plz help me to solve this issue

Hello,

Don’t know what $row[‘timeformat’] means in your application but you can use following formats to display date correctly:
“%H:%i” // 24 hours, e.g. “18:56”
“%h:%i %A” // 12 hours, e.g. “9:56 PM”

Best regards,
Ilya

ohhhhhh…finallyyyyyyyyy solved thankyou soooo much ilya
I am very very thankfull to you…Thanxxxxxxxxxx