Suppose you want to display a date with a certain format inside your drawing, for example: "23-November-2001". You can proceed as follows.
$M{mydate:F("#date(%d-%B-%Y)")} |
Formatting a date You can format a date property as you like best using the F("#date(date format)") option. See the complete list of date formatting codes in "Date formatting codes". See also Syntax of symbolic expressions. |