Picture clauses > Predefined (per locale) Picture Clauses

Predefined (per locale) Picture Clauses
Note:
 
num.decimal{}
Decimal format from the current locale. Being able to write num.decimal{sspos=<n>} is a StreamServe extension to let you specify the maximum number of decimals, while still picking up other aspects of the decimal format from the current locale.
num.integer{}
	num.decimal{sspos=0}
num.currency{}
		num.percent{}
num.permille{}
As the num.percent{} format, but with permille instead of percent. (StreamServe extension)
num.permyriad{}	
As the num.percent{} format, but with per ten thousand instead of percent. (StreamServe extension)
num.integer(<locale designator>){}
(<locale designator>){num.integer{}}	
num.decimal(<locale designator>){}
(<locale designator>){num.decimal{}}
num.currency(<locale designator>){}
(<locale designator>){num.currency{}}
num.percent(<locale designator>){}
(<locale designator>){num.percent{}}
num.permille(<locale designator>){}
(<locale designator>){num.permille{}}
num.permyriad(<locale designator>){}
(<locale designator>){num.permyriad{}}
 
 
time.short{}
time.medium{}
time.default{}
Equivalent to time.medium{}
time.long{}
time.full{}
time.short(<locale designator>){}
(<locale designator>){time.short{}}	
time.medium(<locale designator>){}
(<locale designator>){time.medium{}}
time.default(<locale designator>){}
(<locale designator>){time.default{}}
time.long(<locale designator>){}
(<locale designator>){time.long{}}
time.full(<locale designator>){}
(<locale designator>){time.full{}}
OpenText StreamServe 5.6 Updated: 2013-03-01