November 2, 20169 yr Hi i am wondering if anyone ever created a some thing that would be able to create my calender in my filemaker file to include hebrew calender. i would appreciate if anyone has anything to offer me on this.
November 2, 20169 yr See if this helps: http://fmforums.com/topic/29501-hebrew-calendar/ Please note that some solutions in the above thread are copyrighted. Edited November 2, 20169 yr by comment
November 3, 20169 yr Do you want to display such a calendar to pick a date? Or to convert an entered date to gregorian calendar and back?
November 15, 20169 yr Author I created a calender (see screenshot) and want the hebrew date displayed on the right side of each box , , anyway you could help me on that? , i managed to get it to work if i manually enter todays date in a field and have a script to calculated it accordingly , but want it to display on my entire calender , any help on this? anyone? t
November 15, 20169 yr 29 minutes ago, Smiley said: I created a calender (see screenshot) This is not helpful, because we don't know how you created the calendar in your screenshot. Is it a repeating field, or 7 portals, or ... ?
November 15, 20169 yr Author it is a repeating field . the script is Let ( [ PortalDate = Extend ( cDateofFirstPortal ) + Get ( CalculationRepetitionNumber ) - 1 ; TodaysDate = Get ( CurrentDate ) ] ; Case ( PortalDate = TodaysDate ; TextStyleAdd ( "Today - " & Day ( TodaysDate ) & " " & Left ( MonthName ( TodaysDate ) ; 3 ) ; Bold ) ; Day ( PortalDate ) = 1 ; TextStyleAdd ( Left ( MonthName ( PortalDate ) ; 3 ) & " " & Day ( PortalDate ) ; Bold ) ; Day ( PortalDate ) ) )
November 15, 20169 yr Well, then use another repeating field to calculate the Hebrew date and overlap the two.
November 16, 20169 yr Author Working on this repeating field however my first repeating field the calculation is saved as text ,i want to create another repeating field that will have the full date in it, how could i save this calculation as a date field so that my calculation to change it could work. when saved as text the numbers are right however when saved as date my result is 0/0/0 see below Let ( [ PortalDate = Extend ( cDateofFirstPortal ) + Get ( CalculationRepetitionNumber ) - 1 ; TodaysDate = Get ( CurrentDate ) ] ; Case ( Day (PortalDate) ; ( Month ( PortalDate ) & Day ( PortalDate) & Year ( PortalDate ) ) ; Day ( TodaysDate ) ) ) i would appreciate if someone could help me out on this
Create an account or sign in to comment