Brian Dunning's FileMaker Custom Functions

indonesian_date ( date )

Indonesian Date Format

  Average rating: 4.3 (30 votes) Log in to vote

Andrew   Andrew - Show more from this author

Share on Facebook Share on Twitter

  Sample input:
indonesian_date(Date(14;14;2012))
  Sample output:
14 Februari 2012

  Function definition: (Copy & paste into FileMaker's Edit Custom Function window)

Facilitate the writing of the date format according to Indonesian style

 

Comments

David   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)
)
 

Log in to post comments.

 

Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.

Support this website.

This library has been a free commmunity resource for FileMaker users and developers for 20 years. It receives no funding and has no advertisements. If it has helped you out, I'd really appreciate it if you could contribute whatever you think it's worth: