Welcome Guest, Not a member yet? Register   Sign In
date helper: timezone_menu() function
#1

[eluser]adamBouchard[/eluser]
Hi,

I want to use the timezone_menu() function and store and retrieve the user results from a database. I do this with the form_dropdown() function like so

form_dropdown($name, $options, $selected_value);

does anyone know how(or if possible) to pass in those parameters with timezone_menu() ?

Thanks, Adam
#2

[eluser]adamBouchard[/eluser]
the simple solution for me was to just change my variable name in my database to "timezones", and use this function like so

timezone_menu($selected_value);

http://ellislab.com/codeigniter/user-gui...elper.html

thanks




Theme © iAndrew 2016 - Forum software by © MyBB