Hou to write out a dutch (european) currency
18 Jan
2005
18 Jan
'05
6:47 p.m.
Hello, I want to write out a Currency in euro's : € 1.234,10 But when I use <dtml-var stand fmt="%.2f"> I get € 1234.10. What is the right fmt tag for this ? Thanks, Martin
19 Jan
19 Jan
7:34 p.m.
New subject: [Zope] Hou to write out a dutch (european) currency
Martin Koekenberg wrote at 2005-1-18 19:47 +0100:
I want to write out a Currency in euro's : � 1.234,10 But when I use <dtml-var stand fmt="%.2f"> I get � 1234.10.
What is the right fmt tag for this ?
The "locale" module provides locale specific currency formatting. You will need to declare it safe for use by untrusted code before you can use it in Python Scripts, Page Templates or DTML methods. Read the "README" of the "PythonScripts" product. An alternative would be a Python Script that does the formatting you like. -- Dieter
7746
Age (days ago)
7747
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dieter Maurer -
Martin Koekenberg