Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 5123 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi all

I have a calculation field that includes a date field within it:

& INV::EventDate &

However, how can I format this in the calculation field so that it display as DD-MM-YY rather than the default american format of MM/DD/YY

Many thanks for your help in advance!

Posted

The date format is determined by the Opearting System settings, and can not be changed within FileMaker.

HTH

Lee

Posted

Hi Lee

Thanks for your response. Is there anyway that in my table, I can create three new fields, and each field then grabs part of the date. So one part grabs the date, one the month, one the year?

Alternatively, I guess I could just change the field from a date field to a text field....

Posted

Try =

SerialIncrement ( "00" ; Day ( INV::EventDate ) ) &

SerialIncrement ( "/00" ; Month ( INV::EventDate ) ) &

SerialIncrement ( "/00" ; Right ( Year ( INV::EventDate ) ; 2 ) )

This topic is 5123 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.