Skip to main content
summaryrefslogtreecommitdiffstats
blob: fada4e6190c678721911175c99081a70ed649451 (plain) (blame)
1
2
3
4
SimpleText = Hello World
SimpleDateText = Hello World on ${now,-date,MMM/dd/yyyy}
SimpleNumberText = Hello World ${val,-number,#,##0} times
CustFormatText = Hello World ${val,myformatter,#,##0} times

Back to the top