This topic contains 2 replies, has 2 voices, and was last updated by admin 5 years, 7 months ago.
You must be logged in to reply to this topic.
Tagged: date
This topic contains 2 replies, has 2 voices, and was last updated by admin 5 years, 7 months ago.
When viewing the calendar is it possible to extract the current date being viewed to we can utilise it in Filemaker as a variable?
I can see that using the MBS plugins allows us to extract it on trigger event, but we use the mini cal and left and right buttons to move through the calendar and would like to know what date we are currently viewing without the need to interact with an actual calendar event.
Actually, MBS isn’t used at all for that purpose. The only thing we use MBS for is refreshing a single event at a time, instead of redrawing the entire web viewer.
You can get the current date and the current view at any time by using the following function:
GetLayoutObjectAttribute(“web_calendar”;”source”)
The end of the URL – everything after the hash tag (#) will show the current date and the current view in this format:
…#date=2019-12-27,mode=week.
This section of the URL is updated automatically as you navigate the calendar. See here for more information about that format:
You must be logged in to reply to this topic.