How do I use FORMAT(Today,0,4) to print the month as text depending on the debitors language? I want it to print “28. maj 2003” if the customers language is danish “28. May 2003” if the customers language is english “28. Mai 2003” if the customers language is German And so on
U can use (’%1’,FORMAT(Today,0,’ ')) to print month as text… about language specific format ???
This text comes from the STX file, so the only way to achive this (with out code mods) would be to change languages before printing.
If you are using a multilanguage database and please check your date table whether you can see the period name in the current language that you have loged in (Create a list form with date as source table and filter period type= month and check the period name) If you can see the period name in your the language which you have loged in then its simple filter the date table and get the period name cheers Jaganath Reddy