• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

DateTime Picker

 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I found a really cool DateTime Picker on GitHub, but it is an extension from JQuery UI's DatePicker. The problem I have is I am not using JQuery UI, but other UI widgets from other places. I don't want to have to include JQuery UI just for one DateTime Picker.
http://www.google.com/url?sa=t&rct=j&q=github%20datetimepicker&source=web&cd=8&ved=0CFwQFjAH&url=http%3A%2F%2Ftrentrichardson.com%2Fexamples%2Ftimepicker%2F&ei=NoFET-jcIqLHmQWd5JH6Aw&usg=AFQjCNE5Su1EE1145P0tbwVv-OUMa04rrA

Can you just use the DateTime Picker as a standalone from JQuery UI, or would that require all of JQuery UI.

If it requires the entire JQuery UI, does anyone know of a nice looking Date Time picker out there that doesn't require a huge library of other widgets? I was hoping Twitter's Bootstrap might have such a widget, but they don't.

Thanks

Mark
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well if you want to use the jQuery UI version, you can build a custom build that just requires core and the datepicker. There are tons of date pickers out there, we only use jQuery UIs and it is not the best.

Eric
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yeah, I am not a fan of JQuery UI.

Thanks

Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic