Categorized | Web 2.0

NoGray Visual Time Picker

The NoGray Time Picker is a component that lets you add a time picker that is visual. The clock shows up, and you move the hands to wherever you need to be. All via a simple:

JAVASCRIPT:
  1.  
  2. var tp = new TimePicker('time2_picker', 'time2', 'time2_toggler', {format24:true});
  3.  

Or a more complex version that tracks the changes:

JAVASCRIPT:
  1.  
  2. var tp = new TimePicker('time_picker', null, null, {onChange:function(){
  3.                                           if (this.time.hour <12) var ampm = this.options.lang.am;
  4.                                           else var ampm = this.options.lang.pm;
  5.  
  6.                                           var hour = this.time.hour%12;
  7.                                           if (hour <10) hour = "0"+hour;
  8.                                           var minute = this.time.minute;
  9.                                           if (minute <10) minute = "0"+minute;
  10.                                           $('time3_value').setHTML(hour+":"+minute+" "+ampm);
  11. } });
  12.  

After all that though, is it easier than asking to put in the time?

23 Responses to “NoGray Visual Time Picker”

Trackbacks/Pingbacks

  1. Best Cinema says:

    Best Cinema…

    If you want a great review about cinemas check out this site….

  2. Yosh says:

    Best Links 2011…

    Hi, I think your site might be having browser compatibility issues. When I look at your website in Safari, it looks fine but when opening in Internet Explorer, it has some overlapping. I just wanted to give you a quick heads up! Other then that, fantas…

  3. Symptoms Of Low Vitamin D…

    We like to link to sites we think are especially good…

  4. Facebook Of Sex…

    here are some links to sites that we link to because we think they are worth visiting…

  5. Alfred…

    WE ARE THE CHOSEN ONES! LONG LIVE ISRAEL!…

  6. Trackback for a Great Article……

    [... ]Left you a trackback for your readers to get more info[... ]………

  7. The best website………

    [...]here are some links to sites that we link to because we think they are worth visiting[...]………

  8. Sources……

    [...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]………

  9. Related………

    [... ]just beneath, are numerous totally possibly not related sites to our bait, however, they are absolutely worth going over[... ]………

  10. Cool sites……

    [...]we came across a cool site that you might enjoy. Take a look if you want[...]………

  11. Great website……

    [...]here are some hyper-links to sites that we link to as we feel they are really worth browsing[...]……

  12. Trackback for a Great Article……

    [... ]Left you a trackback for your readers to get more info[... ]………

  13. Recommeneded websites……

    [...]Here are some of the sites we recommend for our visitors[...]………

  14. Related………

    [... ]just beneath, are numerous totally possibly not related sites to our bait, however, they are absolutely worth going over[... ]………

  15. Superb website……

    [...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]………

  16. Sources……

    [...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]………

  17. Superb website……

    [...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]………

  18. Superb website……

    [...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]………

  19. Sources……

    [...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]………

  20. Trackback for a Great Article……

    [... ]Left you a trackback for your readers to get more info[... ]………

  21. Cool sites……

    [...]we came across a cool site that you might enjoy. Take a look if you want[...]………

  22. … [Trackback]…

    [...] Informations on that Topic: utropicmedia.net/blog/nogray-visual-time-picker [...]…

  23. sexy porn says:

    … [Trackback]…

    [...] Read More here: utropicmedia.net/blog/nogray-visual-time-picker [...]…


Leave a Reply