Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Java Date Time Picker

Options
  • 21-04-2009 2:23pm
    #1
    Registered Users Posts: 2,607 ✭✭✭


    Im trying to create an appointment schedule so I need some way to select a date and a time and insert them into a sql database. Ive searched for datetime pickers but have yet to come up with a easy one to understand and implement.

    Any suggestions of how i should do this?

    Thanks,
    Sean


Comments

  • Closed Accounts Posts: 6,151 ✭✭✭Thomas_S_Hunterson


    How about 5 drop downs, hr min DD MM & YY

    Then use the relevant constructor in the Calendar class.


  • Moderators, Science, Health & Environment Moderators Posts: 8,954 Mod ✭✭✭✭mewso


    Java datepicker or javascript datepicker?


  • Registered Users Posts: 2,607 ✭✭✭VinylJunkie


    musician wrote: »
    Java datepicker or javascript datepicker?
    Java, im also doing a website in jsp which i could but the appointment scheduling onto but for now looking for java.

    I don't know much about the calendar class, i was looking into a multi dimensional array but got confused.


Advertisement