Jump to content

how to get a week before and a week after


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

Recommended Posts

Hello

I have a text field with a date in it

I.E. 12/30/1987

I would like to have a field called weekahead with the date of 7 days ahead in that field (also a text field)

I would like to have a field called weekbehind with the date of 7 days back in that field (also a text field)

When I try to do it

I get a no formatted number instead of a date.

I need help please

Thanks

Stan

Link to comment
Share on other sites

Hi Stan,

You might want to think about changing the text fields to a date fields to start. (Date and Time are special field types in FileMaker, and it makes it easy to manipulate them.) But if that doesn't work for your particular situation for some reason, try

DateToText(TextToDate(Date) + 7)

This will take the text, turn it into a date, add 7, and then turn it back to text. Same for week behind, except -7. I didn't test it, but it should work.

Dan

Link to comment
Share on other sites

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