Background Image

Knowledge base articles about
DateTimePicker

Search DlhSoft Team's blog for DateTimePicker

If you use a ListView based Gantt Chart control from Gantt Chart Library for WPF or Project Management Library for WPF, and you need to present date and time information for task values outside of the GridViewColumn.CellTemplate definitions (such as within a custom Edit Task dialog window), then instead of using the DateTimeBox control (that is pre-customized for showing dā€¦

When you use GanttChartView component from Gantt Chart Hyper Library and you want to show dates without time values in the Start and Finish grid columns you may obtain the required behavior by initializing these settings: settings.dateTimeFormatter = function(date) { return DlhSoft.Controls.GanttChartView.defaultDateFormatter( ā€¦