Jump to content

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

Recommended Posts

Posted

Hi,

Try this.

CurrentMonth Field (calculation, number)

Month(Status(CurrentDate)).

Turn off the storage option so it is always correct every time you open the database.

This should work on your system as the database is using your system formats.

Another option is a global number field that you set via a startup script.

Set Field CurrentMonthGlobal, Month(Status(CurrentDate))

Posted

Hi

I want to get the current month as calculation and the calculation result is number.

Something like this...

2002/02/01...2002/02/28

I've been able to program a current month calculation. However, new computers use a new date format which begins with the year. I tried to modify the calculation but the result was a mess.

Thank you

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