DateMask
Gets the localized date symbols in IDEA format.
Compatibility
Available as of IDEA version 9.0
Syntax
DateMask
Example
Dim SimpleCommands As Object
Dim mask As String
Sub Main
Set SimpleCommands = SmartContext.MacroCommands.SimpleCommands
mask= SimpleCommands.DateMask
'Release object.
Set SimpleCommands = Nothing
End Sub