these are the date formats in question:
DateTime.DateFormat = "HH:mm z MMMMM dd"
DateTime.DateFormat = "EEEEE"
on the emulator, they work as expected:
Sunny at 15:53 EST June 11
Forecast for Sunday
on the device (galaxy nexus):
Sunny at 15:53 EDT J 11
Forecast for S
same output on moto e II as on nexus.
the little help balloons for datetime.dateformat point to a link which gave me the formatting. is there a different link now?? tks
DateTime.DateFormat = "HH:mm z MMMMM dd"
DateTime.DateFormat = "EEEEE"
on the emulator, they work as expected:
Sunny at 15:53 EST June 11
Forecast for Sunday
on the device (galaxy nexus):
Sunny at 15:53 EDT J 11
Forecast for S
same output on moto e II as on nexus.
the little help balloons for datetime.dateformat point to a link which gave me the formatting. is there a different link now?? tks