I'm trying to format the string to look like this:
17-Jan-14 08:00:00 PM
This is what I have so far, how can I make the month portion to be alphabetical vs numeric
Code:
<wpfTool:DateTimePicker
                        Name="DTP_from_TAtab" 
                        Format="Custom" 
                        FormatString="dd-MM-yy hh:mm:ss tt"
                        TimeFormat="Custom"
                        TimeFormatString="hh:mm:ss"
                Use MMM instead of MM 
FormatString="dd-MMM-yy hh:mm:ss tt"
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With