Search
DateTime.toShortDateString Method (Locale)
See Also
 






Converts the value of the current DateTime object to its equivalent short date string representation.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public String toShortDateString (
    Locale locale
)

 Parameters

locale

The locale that supplies culture-specific formatting information.

 Return Value

A string that contains the short date string representation of the current DateTime object.

 See Also