Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Hebrew Calender converter

Featured Replies

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.

Do you want to display such a calendar to pick a date?

Or to convert an entered date to gregorian calendar and back?

  • 2 weeks later...
  • 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?

tScreenshot001.jpg

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 ... ?

  • 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 ) ) )

Well, then use another repeating field to calculate the Hebrew date and overlap the two.

  • 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

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.