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 4472 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi,

getting really into my new filemaker database, but hitting a few blocks on the way, i would like to convert numbers into dates, in access i used Dateserial to convert it,

for example is there a function to change '2102' to read 'February 2021' so in may database i get yymm as numbers but need to change them into a date

any help would be greatly appreciated

many thanks

Posted

In Filemaker, 'February 2021' is not a date. You can convert '2102' to either a text string 'February 2021', or to a specific date - say Feb 1, 2021 - which you can then format to display as 'February 2021'.

Posted

If you want to go the date route, make the calculation =

Date ( Right ( YourField ; 2 ) ; 1 ; 2000 + Left ( YourField ; 2 ) )

and set the result type to Date. Place the field on the layout and custom-format it to display only the month name and the year.

  • Like 1

This topic is 4472 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.