Re: [mono-android] Android.Text.Format.DateFormat.GetDateFormat is missing

2013-03-29 Thread johnbowick
Most callers should avoid supplying their own format strings to this class' format methods and rely on the correctly localized ones supplied by the system. This class' factory methods return appropriately-localized DateFormat instances, suitable for both formatting and parsing dates. For the canon

Re: [mono-android] Android.Text.Format.DateFormat.GetDateFormat is missing

2013-03-01 Thread Jonathan Pryor
On Feb 27, 2013, at 12:26 PM, kruzo wrote: > In Android we have android.text.format.dateFormat.getDateFormat and > getTimeFormat. But I can't find these classes in Monodroid. Unfortunately they are not bound at this time. We are looking into binding them in a future release. In the meantime, y

[mono-android] Android.Text.Format.DateFormat.GetDateFormat is missing

2013-03-01 Thread kruzo
Hi. I want to format date and time in user's locale. I know about DateTimeFormatInfo class. This is phone locale info, but user can override it and set current date and time format in Settings -> Date & time. In Android we have android.text.format.dateFormat.getDateFormat and getTimeFormat. But I c