9 Commits (12aae2ff0c64ecc27653ccaee077c013a44b6caf)

Author SHA1 Message Date
brianlagunas_cp 4cc111cd09 DateTimeUpDown: added support for custom format. Simply specify the Format as Custom and then provide a FormatString. 16 years ago
brianlagunas_cp 5ff349863c DateTimeUpdown: fixed bug when user typed in date/time for the Value Property in xaml then clicking the up/down arrows without making a selection. 16 years ago
brianlagunas_cp 70fa0cf668 DateTimeUpDown: added support for manually entering datTime values as strings in XAML into the Value property. Now you can do this: 16 years ago
brianlagunas_cp 0808c7e7b0 DateTimeUpDown: fixed bug introduced a couple of changesets ago, where the selection gets all screwed up. 16 years ago
brianlagunas_cp 991992fb97 Fixed bug in DateTimeUpDown when not changing the Format, null exception would occur when changing values. 16 years ago
brianlagunas_cp 37ca2046a3 Added ValueChanged event to DateTimeUpDown and NumericUpDown. 16 years ago
brianlagunas_cp eaaffa09bb DateTimeUpDown: fixed bug that occurs when you hit the enter button. 16 years ago
brianlagunas_cp bb9b091063 did some refactoring of DateTimeUpDown 16 years ago
brianlagunas_cp cf4a8d4201 added new DateTimeUpDown control. Aloows you to use spin buttons or the mouse wheel to increment/decrement individual sections of a DateTime value. There are currently 10 supported formats: FullDateTime, LongDate, LongTime, MonthDay, RFC1123, ShortDate, ShortTime, SortableDateTime, UniversalSortableDateTime, and YearMonth. Use the control as follows: 16 years ago