Date Time component

Hi,

Are there any existing component (Pure swing or DialogComponent) that allows a user to enter a date(from picker) and time (from textfield) ?

Do not want to create my own if there is already an existing one.

Cheers,

Ken

org.knime.core.node.util.DateInputDialog and org.knime.core.node.defaultnodesettings.DialogComponentDate may be of help.

Hi thor,

Thanks for the hints.

Are we violating KNIME copyright if we produce our own panel based on the code in DateInputDialog. I want to remove the checkboxes within the panel.

Cheers

As long as you respect the GPLv3 license, you can do whatever you want with the code.