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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Java Date Time Picker

  • 21-04-2009 1:23pm
    #1
    Registered Users, Registered Users 2 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: 9,035 Mod ✭✭✭✭mewso


    Java datepicker or javascript datepicker?


  • Registered Users, Registered Users 2 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