Previous Topic: getLocalDateSeparator Method—Supplies the date separator character to the generated JAVA applicationNext Topic: Arguments


Purpose

getLocalDateSep () supplies the date separator character to the generated JAVA application. The date separator character is used only for date and time fields where the model does not specify the edit pattern. In these cases, the JAVA runtime uses this information to build a default edit pattern using the information provided by the getLocalDateSep(). For example, if the getLocalDateSep() specifies the date separator as "-" (a dash) and the date order is yymmdd, then the default date edit pattern is yy-mm-dd.