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
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
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