Date chooser

Hi...
Can you recommend a date choosing component for swing please?.
I need a free Swing component that let the user select easily a date, and optionally a time.
When you search for a specialized component, often there are a bunch of them, but only one or two are the top preferred or the most popular.
Do you know which is the most popular free date chooser for swing?
Thank you.

hi JoseLuis,
please go thru the following links and select one most suited for you.
[JCalendar from Toedter.com|http://www.toedter.com/en/jcalendar/]
[JCalendar from dev.java.net|https://jcalendar.dev.java.net/]
[JCalendar from FLIB|http://flib.sourceforge.net/JCalendar/doc/index.html]
[JCalendar 1.5 from zfqjava.com|http://www.zfqjava.com/docs-calendar.html]
let me know the result
sunil

Similar Messages

  • Help on Date Chooser Control

    Hi Friends,
    I am working on a flex application in which it has a calander
    (Date chooser) control
    in database I have a status for each week, as A, B or C. when
    it comes to the flex part I have to highlight a week on date
    chooser control in Red Color if the status A and blue if the status
    is B and green color if the status is C.
    Is it possible to do in flex, if so please suggest me in
    doing that
    Thanks in advance
    Rajeev

    Having same problem on two different iPods with two different computers here since last update. Am having to manually change date and time after each sync (very annoying) am hoping it will be fixed soon.Both computers are set with correct date and time and iPods are both reverting back to a date in October (I think)

  • Date chooser day and date not selectable

    Hello,
    Anyone knows how to make the day and date not selectable in
    the datefield or date chooser component???
    It is possible to make any one day not available, but what i
    need is only a single day not selectable..
    For example, i can make every tuesdays of a month not
    selectable But, i need to make for example the Tuesday 3rd only Not
    selectable
    Any help will be greatly appreciated.
    Cordially.
    Gerard.

    Welcome to Apple Discussions
    I believe the problem is that you have US formats for dates. Select the cells/columns that you want your date format to apply to then click the cell format inspector (the 42 in a box icon) & choose Custom… from the cell format drop-down. You will be presented with a box that allows you to make your own format. Click & hold on any of the little "lozenges" in the input bar & move them around. You may need to add a space to get the proper result.

  • Date Chooser component

    I have a couple of questions about this component.
    First ...is it possible to style different days on the date
    chooser. For instance I would like to have days before today's date
    as disabled but I also want to do something like
    disabledRanges="{[new Date(2007,11,11),new
    Date(2007,11,12)]} " disabledColor="#FF0000"
    but I don't want all all the days before today colored red
    just those in the disabledRange. Also on this topic I am presuming
    that I can load the disabledRanges array using Ajax??
    Secondly..I am trying to use the
    allowMultipleSelection="true". Does this only work if you hold down
    the shift key on the keyboard as I would like users to be able to
    just click on a number of dates to select them all. And further on
    this topic..how do I get the selected values when using
    allowMultipleSelection="true". I have tried using the following
    change="displayDate(DateChooser(event.target).selectedDate)"
    and the function
    private function displayDate(date:Date):void {
    var alldates:Array=new Array();
    if (date == null)
    selection.text = "Date selected: ";
    else
    var thedates:String = date.getFullYear().toString() +
    '/' + (date.getMonth()+1).toString() + '/' + date.getDate();
    alldates.push( thedates );
    trace(alldates);
    but get nothing?
    What is the best way to get the multiple values?

    Hi,
    Read this thread as it will give you some ideas about handling dates
    http://forums.adobe.com/thread/508729
    David.

  • How do I move focus from date chooser bean to JTable?

    Here's the scenario:
    I have a panel containing a date chooser bean which is in the north of my main frame.
    I have a JTable (inside a scroll pane) which is in the center of my main frame.
    The table (through it's table model) is a registered listener of the date chooser so that when the date is changed, the table gets refreshed.
    Problem I have is that AFTER the table gets refreshed, I want focus to go to the table and, specifically, have the first row high-lighted. I haven't been able to figure out how to do this.

    The table (through it's table model) is a registered listener of the date chooser so that when the date is changed, the table gets refreshed.I don't really understand this. A table can have many rows and many columns, so how do you know which cell of the table is updated?
    I want focus to go to the table and, specifically, table.requestFocusInWindow();
    have the first row high-lightedtable.changeSelection(...);

  • Date chooser won't show - _dfs undefined error

    My date chooser that comes with a adf core ChooseDate component doesn't display it's popup calendar when a user clicks on the little button. This happens when I make all ChooseDate components on my page use my custom converter. The error message that I get (with some digging) is that '_dfs is not defined'.
    From my own digging, I see that the error is a JSF error and that the _dfs should have been defined in javascript. In my case the javascript is being created by ADF as part of the page building process.
    Why does that variable not get defined when I use a custom date converter?
    What do I have to do to make sure that my date choosing popup calendar appears?
    I'm working with JDeveloper 10.1.3.3 on Windows.

    Satya,
    JDeveloper 10.1.3.4.0 is not available yet, so the fix is certainly not available in ATG rup 5
    If you still require more information about this fix in OAF, please ask it at the right place, in the OAF Forum (OA Framework
    Regards,
    Didier.

  • Date chooser. Anyone know of one?

    I am looking for a date chooser. I saw a component
    for C/C++ that looks like a calendar and the user can
    choose a date from the calendar. Has anyone seen
    such a critter for Java?

    I tried. It's good
    http://www.singleton-labs.com/mdate.html

  • Date chooser dialog

    Where i can fine a date chooser dialog.
    i know of file choser and color but no date.
    is it a third party?if so where there is a source or package for it
    yoav

    try http://www.lavantech.com/datetimepicker
    Abuse reported.

  • Date chooser calander

    I am attempting to make a calander/organiser that can have
    notes added to dates and displays them in a textbox when each date
    is selected. I am using the date chooser ui and have found no
    tutorials that can help. It will be used on one machine with one
    username so i can use local storage and be compiled as a
    standalone. If anyone can help or has a tutorial that they know of
    it would be much appreciated.

    thanks, i am surprised that i could not find any tutorials on
    this, thank goodness for forums. Also i am not sure what you mean
    by "loop through my_so and populate a list with the dates" I am
    assuming it means link the two components (date chooser and list) I
    am not sure how to do this either. Is there anything that can help
    me learn about local storage etc. as i am also trying to add an
    address book function into the same flash file ( i have already
    tried the colin mook tutorial but it has not been updated for newer
    releases and does not help.)

  • Reset the calendar view of Date Chooser?

    Is there a way to reset the Date Chooser so it goes back to
    displaying the current month? For instance, if I advance a year in
    date on the date chooser, but want to go back to the current month,
    is there an easy way to do this? Or do I really have to arrow
    back?

    In Settings > Notification Center, try turning "on" all the six buttons under "Today View".  Also turn "on" the top two buttons under "Access on Lock Screen".  Doing that should show you "Tomorrow" at the bottom of Noticiation Center.

  • Change appearance of date chooser

    I am working on my first app and had a question.
    Is there is a way to change the appearance of the date chooser for my app? I'd like to be able to change the color and take out the time function replacing that with a year chooser so that the user can choose the month, date, and year.
    I'd also like to shrink the date chooser as well.
    Thank you so much for your help!

    You can do that like this:
            Scene s =  ... ;
            BranchGroup branchGroup = s.getSceneGroup();
            Appearance appearance =  ...;
            Enumeration branchEnum = branchGroup.getAllChildren();
            while(branchEnum.hasMoreElements()){
                Object child = branchEnum.nextElement();
                if( child instanceof Shape3D){
                    Shape3D shape = (Shape3D) child;
                    shape.setAppearance(appearance);
            }It is work for the galleon example because all Shape3D objects are
    children of main branch group.

  • Date Chooser in Flex

    I am trying to set colors for individual days within the
    DateChooser control.
    I need to set different colors for different days. for
    example 1st 3rd and 10th to be green date box and 2nd 8th, 31st to
    be blue etc... etc...
    What my question is is there a way to programmatically set
    either the box background by either date or the grid location. Just
    a simple yes or no will suffice, I do not know much about
    actionscript, and I dont want to spend time to learn it if we
    cannot modify the properties of the control to that degree.
    Any ideas would be helpfull.
    Liam Coffey.

    What type of "fancy" AS? :D My idea is just you put in a
    date/dateRange and a styleName to adjust the "highlight" for that
    specific date. I've been looking at the DateChooser.as file but I
    don't see anywhere where it actually does the day highlighting (if
    you choose to showToday for instance). If anyone out there is able
    to show me what does the highlighting... I'll develop the
    component! :D

  • Data binding for date chooser

    Hey Just wondering if its possible to use actionscript variables for a HTTPservice, [not having to use httpservice via actionscript]
    eg
    <mx:HTTPService id="req"  showBusyCursor="true" method="POST" url="http://localhost/flex1/add.php" useProxy="false">
    <mx:request xmlns="">
    <day>{dates.selectedDate.getDate()}</day>   //instead of this have something like <day>{day.value}</day>  ??????
    <month>{dates.selectedDate.getMonth()}</month>
    <year>{dates.selectedDate.getFullYear()}</year>
    </mx:request>
    </mx:HTTPService>
    <mx:Script>
            <![CDATA[
                [Bindable] private var dateString:String;
                public var day:int;
                public var month:int;
                public var year:int;
                public function onClick():void
                    day = dates.selectedDate.date;
                    month = dates.selectedDate.month;
                    year = dates.selectedDate.getFullYear();
            ]]>
        </mx:Script>
        <mx:DateChooser id="dates" x="25" y="26" width="221" height="208" allowMultipleSelection="true" showToday="true" change="onClick()"/>

    Are you getting an error? Maybe you just need to make the other variables Bindable?
    If this post answers your question or helps, please mark it as such.
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
      <mx:Script>
        <![CDATA[
          [Bindable] public var day:int;
          [Bindable] public var month:int;
          [Bindable] public var year:int;
          public function onClick():void{
            day = dates.selectedDate.date;
            month = dates.selectedDate.month;
            year = dates.selectedDate.getFullYear()
        ]]>
      </mx:Script>
      <mx:DateChooser id="dates" x="25" y="26" width="221" height="208"
        allowMultipleSelection="true" showToday="true" change="onClick()"/>
      <mx:TextArea id="txt" text="{dates.selectedDate.getDate() + ' ' + dates.selectedDate.getMonth() + ' ' + dates.selectedDate.getFullYear()}"/> 
    </mx:Application>

  • Date Chooser date enabling issue (Flex3)

    Howdy,
    I need to make an application using Flex 3 using a calendar (DateChooser component), this calendar must have only the dates wich have our trainings enabled. These dates would be taken from our database using php and mounting a XML, this XML is parsed into Builder.
    I've tried using a simple array and an array colection, setting the array items into the selectableRanges attribute, but I didn't work in Flex 3. Also, I've tried setting the selectableRanges more than one time through the <mx:Script> tag, but it had only the last item enabled.
    I almost stopped using Flex because I need to deliver the job soon, and it is the onlly thing remaining, but the client asked to have this visual.
    Below is the XML mounted with PHP with data from my db:
    <content>
    <training year="2009" month="11" day="23">
    <title>Coulogne - Creation, Fashion and Marketing</title>
    </training>
    <training year="2009" month="11" day="24">
    <title>Ilumination - Architecture and Design</title>
    </training>
    <training year="2009" month="11" day="25">
    <title>Image Treatment on Fashion Marketing</title>
    </training>
    </content>
    Thank you all in advance!

    Hi Slowly_sa,
    You can't enable disjoint dates by using selectableRange (because "range" here is singular). Instead, you can easily achieve it by disable all the other days, using disabledRanges array. For example, to enable 2 days 2009/11/23 and 2009/11/25, use these lines of code:
    dateChooser.disabledRanges = [];
    dateChooser.disabledRanges.push( { rangeEnd: new Date( 2009, 10, 22 ) } );
    dateChooser.disabledRanges.push( { rangeStart: new Date( 2009, 10, 24 ), rangeEnd: new Date( 2009, 10, 24) } );
    dateChooser.disabledRanges.push( { rangeStart: new Date( 2009, 10, 26 ) } );

  • Launching date chooser popup using keyboard shortcut

    Hi,
    Our application is configured to launch the LOV's using the keybooard shortcut f8.Now that our users want the date popup also to be launched using the same shortcut.
    Is there a way to launch the date popup using the keyboard shortcut.
    The javascript used is given below,
    function launchPopUpUsingF8(event) {
    var component = AdfPage.PAGE.getActiveComponent();
    if(event.getKeyCode() == AdfKeyStroke.F8_KEY) {   
    if(component.getTypeName() == 'AdfRichInputListOfValues') {
    AdfLaunchPopupEvent.queue(component, true);
    if(component.getTypeName() == 'AdfRichInputDate') {
    //code to launch date popup
    Jdeveloper version 11.1.1.3
    With Regards,
    guna

    Hi,
    here you go
    <af:resource type="javascript">
            function launchPopUpUsingF8(event) {
                var component = event.getSource();
                if (event.getKeyCode() == AdfKeyStroke.F8_KEY) {
                    if (component.getTypeName() == 'AdfRichInputListOfValues') {
                        AdfLaunchPopupEvent.queue(component, true);
                    if (component.getTypeName() == 'AdfRichInputDate') {
                        var popup = component.findComponent(component.getAbsoluteLocator()+'::pop');
                        var hints = {align: AdfRichPopup.ALIGN_END_AFTER, alignId:component.getAbsoluteLocator()};
                        popup.show(hints);
            }Frank

Maybe you are looking for

  • Pen drive as A: - K8N Neo Platinum?

    Is it possible to make a pen drive appear as A: on the K8N Neo Platinum? My floppy has failed, and I am thinking of replacing it with a pen drive. I'd like it to appear as A:, so that it can be used for the BIOS recovery procedure that looks to that

  • How to use output of one procedure in an interface

    THere is a scenario that i want to create in ODI I am getting data in chunks from a database. right now its only one attribute 'first_name' and a chunk of 20 comes in a database type varchar2(100) array. What I want is: As soon as first chunk comes i

  • Can someone explain what this means

    Aug 10 23:53:19 Joes-MacBook-Pro.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.burn' by client '/usr/sbin/system_profiler' [260] for authorization created by '/usr/sbin/system_profiler' [260] (B,0) Aug 10 23:58:55 Joes-MacBo

  • Drawing straight lines

    Hi, in my programm I need to draw straight lines(I hope this is the correct translation for an infinit line). Is there a way of doing this?

  • Image Capturing for DnD via Robot

    Ladies n Gents I am attempting to enhance the drag and drop functionality of a certain jtable. Most of it works quite nicely, except, when I drag a row with no data; the image of the component physically under the jtable is captured and not of the ro