Currently, the day spincontrol (id=6) for TVGuide and RadioGuide uses a hard-coded format that does not respect the current culture (i.e., it always shows day before month). The attached patch changes the values so they display day and month in the appropriate order and use the appropriate date separator character (both of these are decided based upon the current culture).
I submitted a bug report on this as well which has not yet been accepted. I apologize if I was supposed to wait for the bug to get logged/accepted before submitting the patch (this is my first contribution)..
The attached patch is for svn 23545 and changes TvEngine3\TVLibrary\TvPlugin: TvGuideBase.cs and RadioGuideBase.cs
Thank you for your consideration.
EDIT: I updated the patch so it first tries to use MP's current culture. If null (which I wouldn't expect), it will then use the current thread's culture to determine the date format/separator.
I submitted a bug report on this as well which has not yet been accepted. I apologize if I was supposed to wait for the bug to get logged/accepted before submitting the patch (this is my first contribution)..
The attached patch is for svn 23545 and changes TvEngine3\TVLibrary\TvPlugin: TvGuideBase.cs and RadioGuideBase.cs
Thank you for your consideration.
EDIT: I updated the patch so it first tries to use MP's current culture. If null (which I wouldn't expect), it will then use the current thread's culture to determine the date format/separator.
United States of America