Jump to content

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

Recommended Posts

Posted

I have created a field based on a calculation to come up with a date. Then I format that field to make it look like a long date format. My problem is when I'm trying to pull this information using CDML it will only pull the short format? Is there a way to make the long format stay long?

Thank you

Kent

Posted

Create a calc field that returns text with the following calculation:

DayName(Date) & ", " & MonthName(Date) & " " & Day(Date) & ", " & Year(Date)

That way, it'll come out as:

"Thursday, February 6, 2002"

Just export the calc field.

Posted

Getting Closer,

This seem to work pretty good. My year just stays at the year "6" no matter what I change the month, day, year to. Any sugetions for that?

Thank you

KT

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