Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi :)

I need a DateTimePicker control (Like in .Net) in my java application.

I have tried using textboxs and writing the code behind but how do I get the calender there?

Can anyone help me please :)

Thanks.
Posted
Updated 16-Dec-10 0:24am
v2

1 solution

Are you developing a windows application or a web application?
If you're doing a windows application google for this:

java <my framwork name> date picker

Where <my framework name> is SWING, AWT or whatever you're using for a GUI framework.

Cheers,
Manfred
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900