indonesian_date ( date )
Indonesian Date Format
Average rating: 4.3 (30 votes) Log in to vote
Andrew - Show more from this author |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Facilitate the writing of the date format according to Indonesian style
Comments
David Feb 6, 2012 |
||
Your Case statement could be expressed more easily with a Choose function. So your CF becomes: Let ( mo = Choose (Month(date);"";"Januari";"Februari";"Maret";"April";"Mei";"Juni";"Juli";"Agustus";"September";"Oktober";"November";"Desember") ; Day(date) & " " & mo & " " & Year (date) ) |
||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.