Mobile Development 10.11 | webMethods Mobile SuiteWeb Help | Using webMethods Mobile Designer | Creating Mobile Application Projects | Coding a Mobile Application | DateFormat API
 
DateFormat API
Mobile Designer provides an API to allow access to the internal date formatting logic of the mobile platform. This is provided through the com.softwareag.mobile.md.text.DateFormat class. Methods are provided to format a java.util.Date as a String conforming to a given format, and to parse Strings with a specified format back to Date objects.