Background Image

Knowledge base articles about
date

Search DlhSoft Team's blog for date

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…

Silverlight™ and WPF do not include core DateTimePicker controls to be directly usable in CellEditTemplate definitions accepted by the DataGrid based components released by DlhSoft. However, you can the DatePicker control which allows selecting a date and then manually entering the time of day in the textbox, separated by a space. Moreover, we have a FinishDateConverter t…

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( …