Skip to content

Instantly share code, notes, and snippets.

View ricorx7's full-sized avatar

Rico Castelo ricorx7

View GitHub Profile
@ricorx7
ricorx7 / ExtendedToolkitDateTimePickerStyle
Last active December 18, 2015 12:39
WPF Extended Toolkit DateTimePicker Style
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:theme="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero"
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
xmlns:rti="clr-namespace:RTI">
<!-- http://stackoverflow.com/questions/560811/how-to-use-datetimepicker-in-wpf -->
<!-- https://github.com/IsNull/Archimedes/blob/master/Archimedes.Controls.WPF/Themes/Generic.xaml -->
<!-- http://wpftoolkit.codeplex.com/discussions/355784 -->
<rti:TimeFormatToDateTimeFormatConverter x:Key="TimeFormatToDateTimeFormatConverter" />