net.sf.saxon.option.local
public class Numberer_da extends AbstractNumberer
See Also: "http://en.wikipedia.org/wiki/Danish_grammar#Numerals"
Method Summary | |
---|---|
String | dayName(int day, int minWidth, int maxWidth)
Get a day name or abbreviation |
String | monthName(int month, int minWidth, int maxWidth)
Get a month name or abbreviation |
String | toOrdinalWords(String ordinalParam, long number, int wordCase)
Show an ordinal number as Danish words in a requested case (for example, Twentyfirst) |
String | toWords(long number) |
String | toWords(long number, int wordCase) |
Parameters: day The day of the week (1=Monday, 7=Sunday) minWidth The minimum number of characters maxWidth The maximum number of characters
Parameters: month The month number (1=January, 12=December) minWidth The minimum number of characters maxWidth The maximum number of characters