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

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

Recommended Posts

Posted

Is there a way to export a Time field that would export the Time Format along with it? For example...

If I have a Time field and I put "20" in it, I get "8:00 p.m."

When I go to export that field (or convert it to text or what have you) it simply exports "20". I want to force it to export the formatted time.

I've tried a number of different ways, but nothing seems to work as flawlessly as I'd like. Any help?

jon

Posted

Hmmm. That would totally work for the question I gave. However, I must have misstated my situation...

I'm not as much exporting using the standard export option, but exporting via a long script/AppleScript into a Word Document. Perhaps this topic actually belongs in the AppleScript forum...

I suppose it would be possible to export that field to a file using the method you described, then importing that file into a text field, but there has got to be a better way. For now I won't start a new topic in the AS forum.

jon

Posted

For example, you can do it with dates pretty easily, like this...


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

That will turn any date like 3/5/08 into Wednesday, March 5, 2008.

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