Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. select_time(my_time, start_hour: 8, end_hour: 16) # Generates a time select field with hours that range from 8 to 16
  2.  
  3. select_hour(my_time, start_hour: 8, end_hour: 16) # Generates a time select field with hours that range from 8 to 16
  4.  
  5. select_time(my_time, start_hour: 8, end_hour: 16)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement