![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a field "Date" and a field "Day" I want the "day" field to look at the "date" field and put the correct day of the week in How? Thanks Terry |
#3
| |||
| |||
|
|
Open the helpfile and look for day or date functions Ursus "Terry Cano" <tcmusic (AT) pacbell (DOT) net> schreef in bericht news:GNqih.39369$qO4.10568 (AT) newssvr13 (DOT) news.prodigy.net... I have a field "Date" and a field "Day" I want the "day" field to look at the "date" field and put the correct day of the week in How? Thanks Terry |
#4
| |||
| |||
|
|
I have a field "Date" and a field "Day" I want the "day" field to look at the "date" field and put the correct day of the week in How? Thanks Terry |
#5
| |||
| |||
|
|
Terry Cano wrote: I have a field "Date" and a field "Day" I want the "day" field to look at the "date" field and put the correct day of the week in How? Just use the same field... date. Put 2 of them on your layout and format one date to be the day only "Thursday", and the other to the date format you want "12/21/2006". |
|
It's the same field, so the day shown will always be the correct weekday. |
#6
| |||
| |||
|
|
In article <1166711744.048038.246600 (AT) 79g2000cws (DOT) googlegroups.com>, "VoicesInMyHead" <voices.imh (AT) gmail (DOT) com> wrote: Terry Cano wrote: I have a field "Date" and a field "Day" I want the "day" field to look at the "date" field and put the correct day of the week in How? Just use the same field... date. Put 2 of them on your layout and format one date to be the day only "Thursday", and the other to the date format you want "12/21/2006". Or even the more correct "21/12/2006". ;o) It's the same field, so the day shown will always be the correct weekday. That is the easiest way (and one often over-looked even by long-time users), but if you actually need the day for other purposes then a simple Calculation field will give the result. ie. DayforDate = DayofWeek(DateField) Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) |
#7
| |||
| |||
|
|
Thanks - I think I got it Happy Holidays Terry "Helpful Harry" <helpful_harry (AT) nom (DOT) de.plume.com> wrote in message news:221220060902216416%helpful_harry (AT) nom (DOT) de.plume.com... In article <1166711744.048038.246600 (AT) 79g2000cws (DOT) googlegroups.com>, "VoicesInMyHead" <voices.imh (AT) gmail (DOT) com> wrote: Terry Cano wrote: I have a field "Date" and a field "Day" I want the "day" field to look at the "date" field and put the correct day of the week in How? Just use the same field... date. Put 2 of them on your layout and format one date to be the day only "Thursday", and the other to the date format you want "12/21/2006". Or even the more correct "21/12/2006". ;o) It's the same field, so the day shown will always be the correct weekday. That is the easiest way (and one often over-looked even by long-time users), but if you actually need the day for other purposes then a simple Calculation field will give the result. ie. DayforDate = DayofWeek(DateField) Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) |
#8
| |||
| |||
|
|
Ok. I think Dayname is what I need is a script? get data in "date field" put in the field named "day" and use Dayname? Is that close |
#9
| |||
| |||
|
|
Ok. I think Dayname is what I need is a script? get data in "date field" put in the field named "day" and use Dayname? Is that close "Terry Cano" tcmusic (AT) pacbell (DOT) net> wrote in message news:RfEih.27027$Ga1.2298 (AT) newssvr12 (DOT) news.prodigy.net... Thanks - I think I got it Happy Holidays Terry "Helpful Harry" helpful_harry (AT) nom (DOT) de.plume.com> wrote in message news:221220060902216416%helpful_harry (AT) nom (DOT) de.plume.com... In article <1166711744.048038.246600 (AT) 79g2000cws (DOT) googlegroups.com>, "VoicesInMyHead" <voices.imh (AT) gmail (DOT) com> wrote: Terry Cano wrote: I have a field "Date" and a field "Day" I want the "day" field to look at the "date" field and put the correct day of the week in How? Just use the same field... date. Put 2 of them on your layout and format one date to be the day only "Thursday", and the other to the date format you want "12/21/2006". Or even the more correct "21/12/2006". ;o) It's the same field, so the day shown will always be the correct weekday. That is the easiest way (and one often over-looked even by long-time users), but if you actually need the day for other purposes then a simple Calculation field will give the result. ie. DayforDate = DayofWeek(DateField) Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) |
#10
| |||
| |||
|
|
Nobody mentioned script. As Harry described, put the same date field on the layout twice. Format one to display the date as date, format the other the display date as day name. FileMaker Help does describe how to do this quite well. Personally, I would probably not bother with two versions. I would use just one field formatted to display both the day name and the date all in |
|
Matt On 12/21/2006 20:34:06 "Terry Cano" <tcmusic (AT) pacbell (DOT) net> wrote: Ok. I think Dayname is what I need is a script? get data in "date field" put in the field named "day" and use Dayname? Is that close "Terry Cano" tcmusic (AT) pacbell (DOT) net> wrote in message news:RfEih.27027$Ga1.2298 (AT) newssvr12 (DOT) news.prodigy.net... Thanks - I think I got it Happy Holidays Terry "Helpful Harry" helpful_harry (AT) nom (DOT) de.plume.com> wrote in message news:221220060902216416%helpful_harry (AT) nom (DOT) de.plume.com... In article <1166711744.048038.246600 (AT) 79g2000cws (DOT) googlegroups.com>, "VoicesInMyHead" <voices.imh (AT) gmail (DOT) com> wrote: Terry Cano wrote: I have a field "Date" and a field "Day" I want the "day" field to look at the "date" field and put the correct day of the week in How? Just use the same field... date. Put 2 of them on your layout and format one date to be the day only "Thursday", and the other to the date format you want "12/21/2006". Or even the more correct "21/12/2006". ;o) It's the same field, so the day shown will always be the correct weekday. That is the easiest way (and one often over-looked even by long-time users), but if you actually need the day for other purposes then a simple Calculation field will give the result. ie. DayforDate = DayofWeek(DateField) Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) |
![]() |
| Thread Tools | |
| Display Modes | |
| |