While developing a watch face for the Garmin Fenix 3, I came across the need to display the date using either MM/DD or DD/MM formats.
The API does not allow settings to be saved for custom watch faces, so the only way to do this is by using some system property... which I am unable to find in the API docs.
On the other hand, once connected to an iPhone, one can access watch settings, and among those, there is the date format setting, so there must be something.
Any help or hints on how to handle this are appreciated. Thanks in advance.
The settings functionality provided by the SDK can be used to allow the user to specify what format to use. There are examples of how to use application settings in the programmer's guide.