Displaying 1 result from an estimated 1 matches for "storeday".
Did you mean:
stored
2006 Jun 14
2
setting selected option in select
I am working on employee scheduling app and am trying to set a drop down
list for store hours. I am having trouble setting a default selected
for the list. Anybody have any suggestions. example code is below:
I have an array set in model Storeday
TIME_TYPES =[
[ "12:00am", "0:00" ],
[ "12:15am", "0:15" ],
[ "12:30am", "0:30" ],
[ "12:45am", "0:45" ],
[ "1:00am", "1:00" ],
[ "1:15am", "1:15" ],
[ "1:30am", "...