monodroid - convert date to format of the locale format type in android with xamarin with visual studio -
monodroid - convert date to format of the locale format type in android with xamarin with visual studio -
how current format of locale can format datetime format get.
means if got format can format that.
datetime.now.tostring(format);
this doing in visual studio xamarin creating android application c#.net.
please help me getting me format.
thanks & regards parvez
you can utilize civilization info formatter.
var d = datetime.now; system.diagnostics.debug.writeline( d.tostring(system.globalization.cultureinfo.currentculture)); system.diagnostics.debug.writeline( d.tostring(system.globalization.cultureinfo.currentuiculture));
xamarin monodroid
Comments
Post a Comment