Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

[WARNING: Newbie at work]

Does anyone know a way of expressing a numeric date field as just 'Month and Year' in text? I know it's possible to make it DISPLAY in that way, but I wonder if there's a calculation that can define a new field to turn 30.12.11 into 'December 2011'. I guess it would be something along the lines of:

If characters 4 and 5 are '1' and '2', then that's December, AND if characters 7 and 8 are '11' that's 2011.

Put me out of my misery.

Philip

Posted

Not sure what you mean by "numeric date field". If it's a field of type Date, you can use a calculation =

GetValue ( "Jan¶Feb¶Mar¶Apr¶May¶Jun¶Jul¶Aug¶Sep¶Oct¶Nov¶Dec" ; Month ( YourDate ) ) & " " & Year ( YourDate )

to generate the text.

Posted

Hi Consultant

I think I'm in your debt again. I'll try this out and see how I get on.

How can I balance the ledger? What's the accepted way for people who get help on a forum to repay individuals (or the community) beyond the mere expression of thanks?

Philip

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