Build a Date Time Picker in Java

Sdílet
Vložit
  • čas přidán 24. 03. 2019
  • You can download the sample from this link: mindfusion.eu/samples/java/sc...
    This is a step-by-step video tutorial that shows you how to build a date time picker in Java using a formatted text field, a button and a drop-down calendar.
    The application uses MindFusion Java Scheduler: mindfusion.eu/java-scheduler....
    This is a commercial component. Licenses are sold per developer. The trial version has no time or feature restrictions. Technical support is available on the forum (mindfusion.eu/Forum/YaBB.pl), Help Desk (mindfusion.eu/HelpDesk/index....) or per email (support@mindfusion.eu).
  • Věda a technologie

Komentáře • 18

  • @dejanalija5889
    @dejanalija5889 Před 4 lety +3

    This is great! I admire that you use a robot voice over. You're so clever! Thank you!

    • @MindfusionEu
      @MindfusionEu  Před 4 lety +3

      No, we don't. It is a real voice artist, we pay for the voice over.

    • @zahrasaqib7739
      @zahrasaqib7739 Před 4 lety

      @@MindfusionEu I could tell! :) She sounds someone who is selling a product. lol

  • @Menta333
    @Menta333 Před 4 lety +1

    Thanks alot , this will help me for my school project

  • @ElColombre27360
    @ElColombre27360 Před 3 lety

    thank you very much, that helped me a lot!!!

  • @polojoy6824
    @polojoy6824 Před 4 lety

    nice video thank q so much

  • @eleagfr1770
    @eleagfr1770 Před 3 lety

    Hello, I wanted to do the same and link it to a database in mySQL (I am using the MVC pattern), could you gave me some indications in order to adapt it with mySQL plz ?

    • @MindfusionEu
      @MindfusionEu  Před 3 lety +1

      We have a sample that uses MySQL as a back-end database and binds it to UI that includes MindFusion Java Swing libraries, including the schedule: czcams.com/video/iPti648yjHQ/video.html

  • @CrossJComic
    @CrossJComic Před 3 lety

    hi, can you help me with the source code? the "setTheme" doesn't work for me even though i implemented the "com.mindfusion.scheduling.*"

    • @MindfusionEu
      @MindfusionEu  Před 3 lety

      The setTheme method gets as a parameter one of the constants of the ThemeType enumeration: www.mindfusion.eu/onlinehelp/jplanner/index.htm?M_com_mindfusion_scheduling_awt_AwtCalendar_setTheme_1_Int32.htm Here is how you do this in the code of the sample: calendar.setTheme(ThemeType.Lila);

  • @vibhavchirravuri4543
    @vibhavchirravuri4543 Před 4 lety +1

    sample code please

    • @MindfusionEu
      @MindfusionEu  Před 4 lety +2

      Sure. mindfusion.eu/samples/java/scheduler/DateTimePicker.zip You can post technical questions at mindfusion.eu/Forum/YaBB.pl?board=scheduling_swing

  • @muniralmeslaty9602
    @muniralmeslaty9602 Před 3 lety

    this a just date where time
    how to do time Picker

    • @MindfusionEu
      @MindfusionEu  Před 3 lety +1

      Take a look at Java's official JSpinner.DateEditor and SpinnerDateModel classes:
      docs.oracle.com/javase/7/docs/api/javax/swing/JSpinner.DateEditor.html
      docs.oracle.com/javase/7/docs/api/javax/swing/SpinnerDateModel.html

  • @wolontong
    @wolontong Před 2 lety

    the hell you mean by trial?

    • @MindfusionEu
      @MindfusionEu  Před 2 lety

      Sorry to disappoint you, this is a commercial library. Licenses are sold per developer, there are big discounts for small companies and freelancers, academia and many more - mindfusion.eu/discounts.html. The trial version has no time or feature restrictions.

    • @wolontong
      @wolontong Před 2 lety

      @@MindfusionEu so basicly the full version has more library in one zip file?

    • @MindfusionEu
      @MindfusionEu  Před 2 lety

      @@wolontong There is no full version, the difference is that the trial version renders a trial label. Once you provide key, the trial label disappears.